Skip to content

Commit

Permalink
windows/mozilla: Fix case with unix slashes in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
alxchk committed May 15, 2019
1 parent 46e5973 commit 9e9a0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Windows/lazagne/softwares/browsers/mozilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def get_firefox_profiles(self, directory):
profile_path = os.path.join(directory, cp.get(section, 'Path').strip())

if profile_path:
profile_path.replace('/', '\\')
profile_list.append(profile_path)

except Exception as e:
Expand Down

0 comments on commit 9e9a0e0

Please sign in to comment.