if(..): --> if ..:

sigh.
This commit is contained in:
Gunther Hagleitner
2012-01-25 12:59:12 -08:00
parent c2056dae76
commit 51af36e000
27 changed files with 276 additions and 272 deletions

View File

@@ -95,7 +95,7 @@ def parse():
output['action'] = options.action
output['list_deps'] = options.list_deps
output['force'] = options.force
if(options.ensure_deps):
if options.ensure_deps:
output['ignore_deps'] = False
else:
output['ignore_deps'] = True