Skip to content
Snippets Groups Projects
Commit 44c2b75b authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

fix runtime-fixer

parent c3849fb6
No related branches found
No related tags found
No related merge requests found
...@@ -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:
......
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