Skip to content

Commit

Permalink
deleted empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-Roboto committed Mar 1, 2020
1 parent 994615e commit 17aa240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,4 @@ def initFromConf(self):
try: # try to get custom_shortcut_folder from config file
self.customShortcutFolder_lineEdit.setText(config.get("Path", "custom_shortcut_folder"))
except (NoOptionError, NoSectionError):
pass




pass
2 changes: 1 addition & 1 deletion UserOptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ def setCustomShortcutFolder(self, path):
if(path == ""):
raise ValueError("Invalid custom shortcut path.")

self.customShortcutFolder = path
self.customShortcutFolder = path

0 comments on commit 17aa240

Please sign in to comment.