db1856c776ce1e6307bee0838f063e06ed3e284c,pysos/sos_executor.py,Base_Executor,initialize_dag,#Base_Executor#Any#,387

Before Change


            // NOTE: if a section has option "shared", the execution of this step would
            // change dictionary, essentially making all later steps rely on this step.
            dag.add_step(section.uuid,
                res["step_name"],
                idx,
                res["step_input"],
                res["step_depends"],

After Change


            // NOTE: if a section has option "shared", the execution of this step would
            // change dictionary, essentially making all later steps rely on this step.
            dag.add_step(section.uuid,
                section.step_name(),
                idx,
                res["step_input"],
                res["step_depends"],
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 2

Instances


Project Name: vatlab/SoS
Commit Name: db1856c776ce1e6307bee0838f063e06ed3e284c
Time: 2016-10-06
Author: ben.bog@gmail.com
File Name: pysos/sos_executor.py
Class Name: Base_Executor
Method Name: initialize_dag


Project Name: vatlab/SoS
Commit Name: db1856c776ce1e6307bee0838f063e06ed3e284c
Time: 2016-10-06
Author: ben.bog@gmail.com
File Name: pysos/sos_executor.py
Class Name: Base_Executor
Method Name: resolve_dangling_targets


Project Name: vatlab/SoS
Commit Name: 6ac89176d214db642d312563200193e89d9ca3ce
Time: 2016-10-05
Author: ben.bog@gmail.com
File Name: pysos/sos_executor.py
Class Name: Base_Executor
Method Name: prepare


Project Name: vatlab/SoS
Commit Name: 62f1023e11e8ec995df66f7f51203f99c2916238
Time: 2016-10-06
Author: ben.bog@gmail.com
File Name: pysos/sos_executor.py
Class Name: Base_Executor
Method Name: resolve_dangling_targets