diff options
-rwxr-xr-x | bin/reproducible_common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index cc7789b6..bce5aca0 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -64,6 +64,7 @@ group.add_argument("-q", "--quiet", action="store_true") args, unknown_args = parser.parse_known_args() log_level = logging.INFO if args.debug or DEBUG: + DEBUG = True log_level = logging.DEBUG if args.quiet or QUIET: log_level = logging.ERROR |