164b392ce45a1baa7523212c451fa3d20cb06450,setup.py,,main,#,64
Before Change
locateFile(vcURL, vcSetupPath)
c = "msiexec /i {0} /qb".format(vcSetupPath)
log("Executing: {0}".format(c))
subprocess.call(["msiexec", "/i", vcSetupPath, "/qb"])
log("C++ Compiler for Python installed successfully")
except:
die("VC++ Compiler for Python installation failed!.", 4)
After Change
else:
raise Exception("PIP failed")
subprocess.call([pipExePath, "install", "--upgrade", "pip"])
subprocess.call([pipExePath, "install", "--upgrade", "wheel"])
except:
die("PIP installation failed!", 1)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances
Project Name: Esri/raster-functions
Commit Name: 164b392ce45a1baa7523212c451fa3d20cb06450
Time: 2015-05-21
Author: akferoz@esri.com
File Name: setup.py
Class Name:
Method Name: main
Project Name: lengstrom/fast-style-transfer
Commit Name: 5fe040ceacb41f1064271cc34500fdca642f763d
Time: 2016-12-23
Author: jonathan.e.m.bocker@gmail.com
File Name: transform_video.py
Class Name:
Method Name: main