Commit 1aa3af29 authored by Saul Ibarra's avatar Saul Ibarra

Fix copy and paste error

parent 03f1d879
......@@ -8,7 +8,7 @@ import sys
try:
__file__
except NameError:
__file__ = file = sys.argv[0]
__file__ = sys.argv[0]
script_dir = os.path.dirname(os.path.realpath(__file__))
parent_dir = os.path.dirname(script_dir)
if os.path.basename(script_dir)=='bin' and os.path.exists(os.path.join(parent_dir, 'blink', '__init__.py')):
......
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