Skip to content

Commit

Permalink
🐛 Fixed a minor issue of unassigned variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuhinshubhra committed Dec 9, 2021
1 parent 170d87f commit 86b906d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/localextensions.py
Expand Up @@ -140,6 +140,7 @@ def firefox(self):
# Get all their names from manifest.json
# update the list
firefox_directory = ""
default_profile_path = ""

if self.os == 'windows':
firefox_directory = helper.fixpath(self.user_directory + '\\AppData\\Roaming\\Mozilla\\Firefox')
Expand Down

0 comments on commit 86b906d

Please sign in to comment.