From 90da7455c6268f76ba282b2a7123f215402c0f9a Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 8 Jan 2016 13:46:43 +0000 Subject: fix syntax --- bin/reproducible_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.py') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 1b191b5c..f39e0a91 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -138,7 +138,7 @@ html_header = Template(""" try: JOB_URL = os.environ['JOB_URL'] -except KeyError +except KeyError: JOB_FOOTER = '' else: JOB_NAME = os.path.basename(JOB_URL[:-1]) -- cgit v1.2.3-54-g00ecf