]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/research.py
Revamp database infrastructure.
[wizard.git] / wizard / command / research.py
index 46164e7132d3622d89de437a05750f3fd2305483..add825b44e8278fae20738e19fc46ffd7a22902c 100644 (file)
@@ -1,6 +1,5 @@
 import logging
 import traceback
-import os.path
 import itertools
 import random
 
@@ -68,6 +67,7 @@ def main(argv, baton):
                 # XXX: These should error, but for now don't
                 pass
             except (deploy.Error, shell.CallError):
+                # XXX: Maybe should also do app.Error
                 logging.error("%s in %s" % (traceback.format_exc(), d.location))
             except KeyboardInterrupt:
                 raise