mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 14:48:49 +00:00
disable trace
This commit is contained in:
parent
14d8d5dae6
commit
33daa3529f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user