Skip to content

Commit

Permalink
Fix generation of list of config file options
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Aug 17, 2023
1 parent 1b175ee commit b9ae218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/format_config_options
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import sys
optionlist = [ ]

for line in sys.stdin:
line = line.split ('//CONF')[1][1:]
line = line.split ('// CONF')[1][1:]
if line.startswith ('option:'):
optionlist += [ [ line[8:].strip(), '', '' ] ]
elif line.startswith ('default:'):
Expand Down

0 comments on commit b9ae218

Please sign in to comment.