Skip to content

Commit

Permalink
fixed cmd_open for win32
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Wiseman committed Apr 7, 2020
1 parent eff7aa6 commit 0ae8d90
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 0ae8d90

Please sign in to comment.