3725c2181c1a08071673295c076384880748fd3d,logsProcess.py,LogsProcess,process_global_data,#LogsProcess#,125

Before Change


        except KeyboardInterrupt:
            return True
        except Exception as inst:
            print("\tProblem with process_gloabl_data in LogsProcess()")
            print(type(inst))
            print(inst.args)
            print(inst)
            sys.exit(1)

After Change


            // How many profiles we have?
            profilesLen = str(__database__.getProfilesLen())
            // Debug
            self.outputqueue.put("20|logs|[Logs] Number of Profiles in DB: {} ({})".format(profilesLen, datetime.now().strftime("%Y-%m-%d--%H:%M:%S")))
            // For each profile, get the tw
            for profileid in profiles:
                profileid = profileid.decode("utf-8")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: stratosphereips/StratosphereLinuxIPS
Commit Name: 3725c2181c1a08071673295c076384880748fd3d
Time: 2019-01-17
Author: eldraco@gmail.com
File Name: logsProcess.py
Class Name: LogsProcess
Method Name: process_global_data


Project Name: pythonstock/stock
Commit Name: 93fc87ef4a966d6667a5f9dc6826555e994988c8
Time: 2017-12-07
Author: yhy
File Name: web/dataIndicatorsHandler.py
Class Name: GetDataIndicatorsHandler
Method Name: get


Project Name: facebookresearch/ParlAI
Commit Name: 9f2d64b4cbd1c3df5fb16af5d9bebc7ca3d8bbc0
Time: 2017-05-01
Author: willfeng@fb.com
File Name: parlai/mturk/core/manage_hit.py
Class Name:
Method Name: create_hits