diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 04:06:34 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 04:06:34 +0200 |
| commit | 8b7f864ffae2bc57068d230f16a8d568e6963300 (patch) | |
| tree | 45f11bbdff79e754305155e87704efee9a51b1be /options/dataset_options.py | |
| parent | 18d8a48cc60b86972d1637ff0535a702eb7d90fd (diff) | |
un rato
Diffstat (limited to 'options/dataset_options.py')
| -rw-r--r-- | options/dataset_options.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index 543d776..c6530d0 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -93,6 +93,12 @@ class DatasetOptions(BaseOptions): help='after generating a B image, save it to disk' ) + self.parser.add_argument( + '--exit', + action='store_true', + help='exit immediately if set to true (used to interrupt)' + ) + ## IMAGE FILTERS ### RECURSION |
