]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/list.py
Revise object model between versions and actual deploys.
[wizard.git] / wizard / command / list.py
index e8c51268fea96983b24058fb2ecaecda53b7db93..feaf5659f0a7997c931a9909c2a0940c17b3c8e6 100644 (file)
@@ -10,6 +10,7 @@ def main(argv, baton):
     for d in deploy.parse_install_lines(show, options, True):
         if isinstance(d, Exception):
             errors += 1
+            continue
         if options.exists and not os.path.exists(os.path.join(d.location, options.exists)):
             continue
         print d.location