From 39ba6b7ee28c4b72e776b843f6fd5aefbef97960 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 28 May 2015 22:09:43 +0200 Subject: reproducible: common.py: set DEBUG=True when debug is active --- bin/reproducible_common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/reproducible_common.py') 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 -- cgit v1.2.3-70-g09d2