|
@@ -48,8 +48,8 @@ processes = set()
|
|
|
for profile in profiles:
|
|
|
if DEBUG >= 2:
|
|
|
print("Searching profile " + profile)
|
|
|
-# returncode = subprocess.call(['FindInstanceInProfile.py', SEARCHSTRING, profile])
|
|
|
- process = subprocess.Popen(['FindInstanceInProfile.py', SEARCHSTRING, profile])
|
|
|
+# returncode = subprocess.call(['FindInstanceInProfile.py', profile, SEARCHSTRING])
|
|
|
+ process = subprocess.Popen(['FindInstanceInProfile.py', profile, SEARCHSTRING])
|
|
|
if DEBUG >= 2:
|
|
|
print("PID = " + str(process.pid))
|
|
|
processes.add(process)
|