Skip to content
Snippets Groups Projects
Commit 5bfb2260 authored by Mario's avatar Mario
Browse files

fixed typo

parent 1818585f
No related branches found
No related tags found
No related merge requests found
Pipeline #2706053 passed
......@@ -253,7 +253,7 @@ def find(args):
total = 0
for j in range(nReps):
print("[ info ][po] Testing %i %i..." % (v1range[xtest1], v2range[ytest1]))
process = subprocess.Popen(cmd.split(), stdout=subprocess.PIPE, stderr=subprocess.PIPE))
process = subprocess.Popen(cmd.split(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
output, error = process.communicate()
enMaskPath = args.basepath + "/data/optimizer/last_scan/" + chipName + "_EnMask.json"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment