python2.5 compatibility again

This commit is contained in:
David Halter
2012-04-09 18:58:54 +02:00
parent 401f8fb28f
commit 6752287ea1

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 = ''