remove naked print from executor.py (#410)
This commit is contained in:
parent
8d19dc507d
commit
d1ead7a7be
@ -373,8 +373,8 @@ class Executor(object):
|
|||||||
|
|
||||||
except SolverException as e:
|
except SolverException as e:
|
||||||
import traceback
|
import traceback
|
||||||
print "*** print_exc:"
|
trace = traceback.format_exc()
|
||||||
traceback.print_exc()
|
logger.error("Exception: %s\n%s", str(e), trace)
|
||||||
|
|
||||||
#Notify this state is done
|
#Notify this state is done
|
||||||
self.will_terminate_state(current_state, current_state_id, e)
|
self.will_terminate_state(current_state, current_state_id, e)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user