mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
oops
This commit is contained in:
Vendored
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user