diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:49:25 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 04:49:25 +0200 |
| commit | a95bddc5da78942fc7155369dd6af9289fc5f830 (patch) | |
| tree | 507e3d33b567b8ea89795009968e1a172e1bf698 /options | |
| parent | 6fb2b9d3b908176f0fdc2ae8e26b07fdbafcbcc9 (diff) | |
testy
Diffstat (limited to 'options')
| -rw-r--r-- | options/dataset_options.py | 2 |
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' ) |
