mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 17:48:41 +00:00
disable trace
This commit is contained in:
parent
14d8d5dae6
commit
33daa3529f
@ -31,10 +31,8 @@ class Command(object):
|
|||||||
try:
|
try:
|
||||||
self._script_parts = shells.split_command(self.script)
|
self._script_parts = shells.split_command(self.script)
|
||||||
except Exception:
|
except Exception:
|
||||||
import traceback
|
|
||||||
logs.debug(u"Can't split command script {} because:\n {}".format(
|
logs.debug(u"Can't split command script {} because:\n {}".format(
|
||||||
self, sys.exc_info()))
|
self, sys.exc_info()))
|
||||||
logs.debug(traceback.format_exc())
|
|
||||||
self._script_parts = None
|
self._script_parts = None
|
||||||
return self._script_parts
|
return self._script_parts
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user