From 6759ae5285b86e3ee3d4b359e10923a0dcee4a1e Mon Sep 17 00:00:00 2001 From: Brandon King Date: Fri, 4 Jan 2008 00:03:03 +0000 Subject: [PATCH] Forgot an option in the DummyOptions object. --- gaworkflow/pipeline/retrieve_config.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.30.2