Commit 9a66194a authored by Jason R. Coombs's avatar Jason R. Coombs

Prefer implied tuple.

parent b1c13f66
......@@ -109,7 +109,7 @@ def parse_configuration(
distribution, command_options, ignore_option_errors)
options.parse()
return [meta, options]
return meta, options
class ConfigHandler(object):
......
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