1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00

disable trace

This commit is contained in:
lovedboy 2015-11-17 18:00:52 +08:00
parent 14d8d5dae6
commit 33daa3529f

View File

@ -31,10 +31,8 @@ class Command(object):
try:
self._script_parts = shells.split_command(self.script)
except Exception:
import traceback
logs.debug(u"Can't split command script {} because:\n {}".format(
self, sys.exc_info()))
logs.debug(traceback.format_exc())
self._script_parts = None
return self._script_parts