Skip to content

Commit 0f0fbb1

Browse files
committed
Fixed typo in changes of sphinx.conf
1 parent 51f1ae1 commit 0f0fbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/sphinx/sphinx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ for postcode_file in glob.glob('/data/input/postcodes-*.csv'):
325325
if not m or not m.group(1):
326326
continue
327327
country_code = m.group(1)
328-
catcmd = 'cat {}'.format(postcode_filename)
328+
catcmd = 'cat {}'.format(postcode_file)
329329
source_tmp = """
330330
# /* --------------- PostCodes %(CC)s source --------------- */
331331
# /* TSV source */

0 commit comments

Comments
 (0)