a66d9fe4b244b9261621acec1e3777e4628a5ef1,sos/sos_executor.py,Base_Executor,reset_dict,#Base_Executor#,135
Before Change
except Exception as e:
if env.verbosity > 2:
sys.stderr.write(get_traceback())
raise RuntimeError("Failed to execute statements\n"{}"\n{}".format(
self.workflow.global_def, e))
def skip(self, section):
if section.global_def:
try:
After Change
except Exception as e:
if env.verbosity > 2:
sys.stderr.write(get_traceback())
raise
def skip(self, section):
if section.global_def:
try:
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 6
Instances
Project Name: vatlab/SoS
Commit Name: a66d9fe4b244b9261621acec1e3777e4628a5ef1
Time: 2017-01-10
Author: ben.bog@gmail.com
File Name: sos/sos_executor.py
Class Name: Base_Executor
Method Name: reset_dict
Project Name: vatlab/SoS
Commit Name: ad11fca55a6c286d301710cba1c5bbf19944a050
Time: 2017-01-10
Author: ben.bog@gmail.com
File Name: sos/sos_executor.py
Class Name: Base_Executor
Method Name: reset_dict
Project Name: vatlab/SoS
Commit Name: a66d9fe4b244b9261621acec1e3777e4628a5ef1
Time: 2017-01-10
Author: ben.bog@gmail.com
File Name: sos/sos_executor.py
Class Name: MP_Executor
Method Name: run
Project Name: vatlab/SoS
Commit Name: ad11fca55a6c286d301710cba1c5bbf19944a050
Time: 2017-01-10
Author: ben.bog@gmail.com
File Name: sos/sos_executor.py
Class Name: MP_Executor
Method Name: run