Skip to content

Commit

Permalink
Merge pull request #21 from mawiseman/bugfix/open_cmd_win32
Browse files Browse the repository at this point in the history
fixed cmd_open for win32
  • Loading branch information
GChristensen authored Apr 7, 2020
2 parents eff7aa6 + 0ae8d90 commit e8a63ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enso/enso/platform/win32/shortcuts/Shortcuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ def _get_shortcuts(self, directory):
continue
#print name, ext
shortcut_type = SHORTCUT_TYPE_DOCUMENT
shortcut_path = ""
if ext.lower() == ".lnk":
shortcut_path = os.path.join(dirpath, filename)
sl.load(shortcut_path)
Expand Down

0 comments on commit e8a63ab

Please sign in to comment.