Skip to content
Snippets Groups Projects
Commit 7edb4c20 authored by Gary E. Miller's avatar Gary E. Miller :speech_balloon:
Browse files

Dumb newbie error.

Commit in haste, live with the shame in git forever...
parent 4449e142
No related branches found
No related tags found
Loading
......@@ -45,7 +45,7 @@ lines = output.split( '\n' )
pat = re.compile('^\s+temp\d+_input:\s+([\d\.]+).*$')
now = int(time.time())
sys.stdout.write( int(now) )
sys.stdout.write( str(now) )
#lines = sys.stdin.readlines()
line = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment