Commit c64fd0a4 authored by Denis Bilenko's avatar Denis Bilenko

test__benchmarks.py: pep8

parent aac71578
...@@ -6,6 +6,7 @@ import time ...@@ -6,6 +6,7 @@ import time
TIMEOUT = 10 TIMEOUT = 10
def system(command): def system(command):
p = subprocess.Popen(command, shell=True) p = subprocess.Popen(command, shell=True)
try: try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment