Added debug to show what options extracted.
This commit is contained in:
parent
2f4e22ae74
commit
e5fa06494c
@ -102,5 +102,7 @@ def parse():
|
||||
output['ignore_deps'] = not options.ensure_deps
|
||||
output['keep_old'] = options.keep_old
|
||||
output['extras'] = args
|
||||
|
||||
LOG.debug("Extracted options %s" % (output))
|
||||
|
||||
return output
|
||||
|
Loading…
Reference in New Issue
Block a user