summaryrefslogtreecommitdiff
path: root/options
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-15 04:48:53 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-15 04:48:53 +0200
commit6fb2b9d3b908176f0fdc2ae8e26b07fdbafcbcc9 (patch)
tree52db5dbd329c9c5553dfb3813b78129ec3c8d247 /options
parentfefbbf45264a4d608cfc9ee57ce8748bb4a9d8b2 (diff)
testy
Diffstat (limited to 'options')
-rw-r--r--options/dataset_options.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py
index 07d9e87..16ecd63 100644
--- a/options/dataset_options.py
+++ b/options/dataset_options.py
@@ -47,6 +47,13 @@ class DatasetOptions(BaseOptions):
)
self.parser.add_argument(
+ '--tag',
+ type=str,
+ value="",
+ help='another way to tag this whole thing'
+ )
+
+ self.parser.add_argument(
'--scp',
action='store_true',
help='scp this file somewhere'