Skip to content

Commit

Permalink
comment _ignore_stop_for_debug flag setting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLisin committed Nov 2, 2023
1 parent 4bf4f34 commit 74307fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions supervisely/train/src/sly_train_globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
load_dotenv(os.path.join(root_source_dir, "supervisely", "train", "secret_debug.env"), override=True)

my_app = AppService()
# WHY?
my_app._ignore_stop_for_debug = True
# my_app._ignore_stop_for_debug = True

team_id = int(os.environ['context.teamId'])
workspace_id = int(os.environ['context.workspaceId'])
Expand Down

0 comments on commit 74307fc

Please sign in to comment.