Skip to content

Commit

Permalink
Merge pull request #5677
Browse files Browse the repository at this point in the history
a5127cc tests: functional: fix python syntax (radfish)
  • Loading branch information
luigi1111 committed Aug 15, 2019
2 parents 8a0711f + a5127cc commit f06c77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional_tests/functional_tests_rpc.py
Expand Up @@ -65,7 +65,7 @@
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)

Expand Down

0 comments on commit f06c77a

Please sign in to comment.