fix NameError
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 12 Mar 2012 16:31:38 +0000 (12:31 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Mon, 12 Mar 2012 16:31:38 +0000 (12:31 -0400)
sfa/importer/__init__.py

index d320ee2..20ef19d 100644 (file)
@@ -110,6 +110,6 @@ class Importer:
             testbed_importer = importer_class (auth_hierarchy, self.logger)
             if testbed_importer:
                 testbed_importer.add_options(options)
-                testbed_importer.run (parser)
+                testbed_importer.run (options)