Commit b912a8b4 authored by Suzhi Bi's avatar Suzhi Bi

Update result_process.py

parent ee265562
Pipeline #66 canceled with stages
timeout = 0 timeout = 0
f = open("time.txt", "r") f = open("time.txt", "r")
for line in f.readlines(): for line in f.readlines():
...@@ -18,4 +17,4 @@ for line in f.readlines(): ...@@ -18,4 +17,4 @@ for line in f.readlines():
if 'No free computing resources' in line: if 'No free computing resources' in line:
timeout = timeout + 1 timeout = timeout + 1
f.close() f.close()
print(timeout) print(timeout)
\ No newline at end of file
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