summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--options/dataset_options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py
index 16ecd63..b4a3274 100644
--- a/options/dataset_options.py
+++ b/options/dataset_options.py
@@ -49,7 +49,7 @@ class DatasetOptions(BaseOptions):
self.parser.add_argument(
'--tag',
type=str,
- value="",
+ default="",
help='another way to tag this whole thing'
)