From: Brandon King Date: Fri, 4 Jan 2008 00:03:03 +0000 (+0000) Subject: Forgot an option in the DummyOptions object. X-Git-Tag: 0.1.0~24 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=6759ae5285b86e3ee3d4b359e10923a0dcee4a1e Forgot an option in the DummyOptions object. --- diff --git a/gaworkflow/pipeline/retrieve_config.py b/gaworkflow/pipeline/retrieve_config.py index afe3d2e..d1b4cf1 100644 --- a/gaworkflow/pipeline/retrieve_config.py +++ b/gaworkflow/pipeline/retrieve_config.py @@ -22,6 +22,7 @@ class DummyOptions: """ def __init__(self): self.url = None + self.output_filepath = None class PreformattedDescriptionFormatter(IndentedHelpFormatter):