diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-20 14:44:49 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-20 14:44:49 +0200 |
| commit | 92ca783f16b7151531e22889b1ee0650a74d72b9 (patch) | |
| tree | 8c14749b560c894e440935ae7d8f1cc4daf994bd /options/dataset_options.py | |
| parent | efce0943a3776adcc86ebe27150ca05751c21ae6 (diff) | |
rename render folder when done
Diffstat (limited to 'options/dataset_options.py')
| -rw-r--r-- | options/dataset_options.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index 3c032e5..57df872 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -60,6 +60,13 @@ class DatasetOptions(BaseOptions): ) self.parser.add_argument( + '--final-tag', + type=str, + default="", + help='optionally rename the dataset when we are done' + ) + + self.parser.add_argument( '--scp', action='store_true', help='scp this file somewhere' |
