Skip to content

Commit

Permalink
Path fix for development env
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Apr 21, 2017
1 parent 9584d79 commit cb48bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2_bootstrap.py
Expand Up @@ -98,7 +98,7 @@ def encode(path):
if not found and sys.version_info >= (3,):
import Default.sort
if os.path.basename(Default.sort.__file__) == 'sort.py':
packages_path = dirname(dirname(Default.sort.__file__))
packages_dir = dirname(dirname(Default.sort.__file__))
pc_package_path = os.path.join(packages_dir, u'Package Control')
if os.path.exists(encode(pc_package_path)):
found = True
Expand Down

0 comments on commit cb48bca

Please sign in to comment.