864483bdbab5c6546ec40f70dfce7eb22ce49454,ilastik/applets/tracking/base/trackingBaseDataExportApplet.py,TrackingBaseDataExportApplet,_configure_operator_with_parsed_args,#Any#Any#Any#,140

Before Change


            if parsed_args.export_source == OpTrackingBaseDataExport.PluginOnlyName:
                opTrackingDataExport.SelectedPlugin.setValue(parsed_args.export_plugin)
                if parsed_args.export_plugin == "Fiji-MaMuT":
                    opTrackingDataExport.BigDataViewerFilepath.setValue(parsed_args.big_data_viewer_xml_file)

                // if a plugin was selected, the only thing we need is the export name
                if parsed_args.output_filename_format:
                    if hasattr(opTrackingDataExport, "WorkingDirectory"):

After Change


            if parsed_args.export_source == OpTrackingBaseDataExport.PluginOnlyName:
                opTrackingDataExport.SelectedPlugin.setValue(parsed_args.export_plugin)
                if parsed_args.export_plugin == "Fiji-MaMuT":
                    if opTrackingDataExport.AdditionalPluginArguments.ready():
                        additional_plugin_args = opTrackingDataExport.AdditionalPluginArguments.value
                    else:
                        additional_plugin_args = {}
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: ilastik/ilastik
Commit Name: 864483bdbab5c6546ec40f70dfce7eb22ce49454
Time: 2018-11-02
Author: adrian.wolny@iwr.uni-heidelberg.de
File Name: ilastik/applets/tracking/base/trackingBaseDataExportApplet.py
Class Name: TrackingBaseDataExportApplet
Method Name: _configure_operator_with_parsed_args


Project Name: ilastik/ilastik
Commit Name: ee25b15fcf426d05f730d0a025c752fe92d10873
Time: 2017-02-21
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/wsdt/wsdtGui.py
Class Name: WsdtGui
Method Name: configure_gui_from_operator


Project Name: ilastik/ilastik
Commit Name: 7c408ad993e215227823fc1f7fc64b8737782b5d
Time: 2017-03-07
Author: dominik.kutra@gmail.com
File Name: lazyflow/operators/ioOperators/opNpyFileReader.py
Class Name: OpNpyFileReader
Method Name: setupOutputs