mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
tests: functional: fix python syntax
This commit is contained in:
parent
6335509727
commit
a5127cca89
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ try:
|
|||
for i in range(len(command_lines)):
|
||||
#print('Running: ' + str(command_lines[i]))
|
||||
processes.append(subprocess.Popen(command_lines[i], stdout = outputs[i]))
|
||||
except Exception, e:
|
||||
except Exception as e:
|
||||
print('Error: ' + str(e))
|
||||
sys.exit(1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue