summaryrefslogtreecommitdiff
path: root/options
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 04:49:25 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 04:49:25 +0200
commita95bddc5da78942fc7155369dd6af9289fc5f830 (patch)
tree507e3d33b567b8ea89795009968e1a172e1bf698 /options
parent6fb2b9d3b908176f0fdc2ae8e26b07fdbafcbcc9 (diff)
testy
Diffstat (limited to 'options')
-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'
)