From 7e5df76353029aefeece93667be8f3a6401792e7 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 4 Jun 2015 14:36:24 +0200 Subject: reproducible: setup_notify: fix typo --- bin/reproducible_setup_notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_setup_notify.py') diff --git a/bin/reproducible_setup_notify.py b/bin/reproducible_setup_notify.py index 02960ab3..0c853058 100755 --- a/bin/reproducible_setup_notify.py +++ b/bin/reproducible_setup_notify.py @@ -94,7 +94,7 @@ for package in packages: gen_packages_html(packages, no_clean=True) build_page('notify') -if deactivate: +if local_args.deactivate: _good('Notifications disabled for ' + str(len(packages)) + ' package(s)') else: _good('Notifications enabled for ' + str(len(packages)) + ' package(s)') -- cgit v1.2.3-54-g00ecf