Commit a547da0b authored by Kenneth Reitz's avatar Kenneth Reitz

oops

parent df52fd46
...@@ -4,7 +4,7 @@ import sys ...@@ -4,7 +4,7 @@ import sys
runtime_file = sys.argv[1] runtime_file = sys.argv[1]
with open(req_file, 'r') as f: with open(runtime_file, 'r') as f:
r = f.read().strip() r = f.read().strip()
with open(runtime_file, 'w') as f: with open(runtime_file, 'w') as f:
......
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