python2.5 compatibility again

This commit is contained in:
David Halter
2012-04-09 18:58:54 +02:00
parent f0c00e4ff7
commit 46c4e4139a

View File

@@ -39,7 +39,7 @@ if 1:
out.append(d)
strout = str(out)
except Exception as e:
except Exception:
# print to stdout, will be in :messages
print(traceback.format_exc())
strout = ''