From 918046228044145d77e96d8b739430c65da6f23f Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 10 Oct 2016 16:15:33 +0200 Subject: fun fact: `print()` in Python2 prints out "()" --- ql/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ql/console.py') diff --git a/ql/console.py b/ql/console.py index dede956..6751b83 100755 --- a/ql/console.py +++ b/ql/console.py @@ -21,7 +21,7 @@ class Console(object): def process_table(self, table): lineup = self.get_lineup(table) print(lineup.info) - print() + print('') # Python 2.x workaround global input try: -- cgit v1.2.3