From 9c60f346fbf69c496e1508cc4e81389570fb74ca Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 21 May 2018 14:50:22 +0200 Subject: vars.. --- options/dataset_options.py | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'options') diff --git a/options/dataset_options.py b/options/dataset_options.py index 5457c22..92ea2bc 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -103,6 +103,17 @@ class DatasetOptions(BaseOptions): ### RECURSION + self.parser.add_argument( + '--processing', + action='store_true', + help='internally stores whether or not we should be processing..' + ) + self.parser.add_argument( + '--pause', + action='store_true', + help='internally tells the loop to pause..' + ) + self.parser.add_argument( '--transition', action='store_true', -- cgit v1.2.3-70-g09d2