Commit f76d28ca authored by Stefan Behnel's avatar Stefan Behnel

Minor code simplification.

parent 838f26c9
...@@ -210,7 +210,7 @@ def parse_args_raw(parser, args): ...@@ -210,7 +210,7 @@ def parse_args_raw(parser, args):
parser.error("unknown option "+option) parser.error("unknown option "+option)
else: else:
sources.append(option) sources.append(option)
delattr(options, 'sources') del options.sources
return (options, sources) return (options, sources)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment