Forgot an option in the DummyOptions object.
authorBrandon King <kingb@caltech.edu>
Fri, 4 Jan 2008 00:03:03 +0000 (00:03 +0000)
committerBrandon King <kingb@caltech.edu>
Fri, 4 Jan 2008 00:03:03 +0000 (00:03 +0000)
gaworkflow/pipeline/retrieve_config.py

index afe3d2e81ca84e2ce08bb769d3b8614f3b0bceb9..d1b4cf1c7f462f325884a390deb8534d72f1fdb1 100644 (file)
@@ -22,6 +22,7 @@ class DummyOptions:
   """
   def __init__(self):
     self.url = None
+    self.output_filepath = None
 
 class PreformattedDescriptionFormatter(IndentedHelpFormatter):