fix runtime-fixer

This commit is contained in:
2017-03-14 13:36:29 -04:00
parent c3849fb6d3
commit 44c2b75b8d
+1 -1
View File
@@ -4,7 +4,7 @@ import sys
runtime_file = sys.argv[1]
with open(req_file, 'r') as f:
with open(runtime_file, 'r') as f:
r = f.read().strip()
with open(runtime_file, 'w') as f: