Skip to content

Commit

Permalink
gets KEEP_TEMP from glue_helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom O'Hara committed Sep 16, 2024
1 parent 9485f98 commit 025c76d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mezcla/unittest_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@
# Constants (e.g., environment options)

TL = debug.TL
KEEP_TEMP = system.getenv_bool(
"KEEP_TEMP", debug.detailed_debugging(),
desc="Keep temporary files")
## OLD:
## KEEP_TEMP = system.getenv_bool(
## "KEEP_TEMP", debug.detailed_debugging(),
## desc="Keep temporary files")
KEEP_TEMP = gh.KEEP_TEMP
TODO_FILE = "TODO FILE"
TODO_MODULE = "TODO MODULE"

Expand Down

0 comments on commit 025c76d

Please sign in to comment.