Selaa lähdekoodia

First Demo

master
mahmood19227 1 vuosi sitten
vanhempi
commit
9f4b16fe97
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      simulatorManager.py

+ 2
- 1
simulatorManager.py Näytä tiedosto

@@ -34,7 +34,8 @@ if __name__=='__main__':
if proc.info['name'] == process_name and len(proc.info['cmdline']) > 1 and proc.info['cmdline'][1] == simulation_id:
process_exists = True
break
if not process_exists:
if not simulation_id in runnings: #process_exists:
runnings.append(simulation_id)
command = ['./SimulationCore2', redis_address,str(redis_port),redis_password,simulation_id,str(log_level),str(stepTime)]
print(command)
subprocess.Popen(command, cwd=work_dir)


Ladataan…
Peruuta
Tallenna