From 3f12d760b5d428e1059b73e734f63e48714b8469 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 30 Oct 2017 02:59:35 +0100 Subject: [PATCH] return --- notifier.py | 1 + 1 file changed, 1 insertion(+) diff --git a/notifier.py b/notifier.py index 86d9cca8b1..4d8822d79a 100644 --- a/notifier.py +++ b/notifier.py @@ -77,6 +77,7 @@ Usage: {} [-v] [-h] -v Enable debug mode -h Show this help '''.format(sys.argv[0])) + return if DEBUG: logging.basicConfig(level=logging.DEBUG)