From 2ff2fb0495febe11d5015d2308d67e1d8048e597 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 10 Apr 2014 13:37:02 +0200 Subject: Some code cosmetics about commas, spaces and quotes Merges #577 --- module/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/debug.py') diff --git a/module/debug.py b/module/debug.py index aa1c9cdaf..d29d5628a 100644 --- a/module/debug.py +++ b/module/debug.py @@ -41,7 +41,7 @@ def initReport(): reports.append(f) for i, f in enumerate(reports): - print "%s. %s" % (i,f) + print "%s. %s" % (i, f) choice = raw_input("Choose Report: ") -- cgit v1.2.3