This commit is contained in:
2017-03-14 10:47:26 -04:00
parent df52fd46e5
commit a547da0b52
+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: