diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 19:50:22 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 19:50:22 +0200 |
| commit | 4e9dd6aec7aa75129c09e66812f2de578741011f (patch) | |
| tree | c3b79c97009a7ab24148b80cc141abeec1a3942b /options | |
| parent | 48d8d7af96cd54fc008427acfc6921f202c72a5b (diff) | |
no_symlinkS
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 b499206..65c4ce3 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -316,7 +316,7 @@ class DatasetOptions(BaseOptions): ) self.parser.add_argument( - '--no-symlink', + '--no-symlinks', action='store_true', help='dont symlink the augmented frames into the dataset' ) |
