mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
python2.5 compatibility again
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user