From 959ba1d08f05e0cb04d6ddc2aaf38caca5a6a595 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sep 14 2017 19:19:30 +0000 Subject: scripts/twa: Fix (unimportant) pylint-2 error Let's ensure we stay pylint-error clean so we can at least kind of imitate a real language with types and compilers. Signed-off-by: Colin Walters --- diff --git a/scripts/push-two-week-atomic.py b/scripts/push-two-week-atomic.py index 59697e5..b09341f 100755 --- a/scripts/push-two-week-atomic.py +++ b/scripts/push-two-week-atomic.py @@ -97,7 +97,7 @@ try: json.loads(MARK_ATOMIC_GOOD_JSON)[u'good-composes'] except Exception, e: log.exception( - "!!!!{0}!!!!\n{0}".format("Failed to fetch or parse json", e) + "!!!!{0}!!!!\n{1}".format("Failed to fetch or parse json", e) ) sys.exit(1)