A few improvements here and there

This commit is contained in:
Veronica K. B. Olsen
2020-06-04 22:49:27 +02:00
parent 10ef9d3453
commit 0a3751046b
3 changed files with 20 additions and 14 deletions
+2
View File
@@ -329,6 +329,8 @@ class GuiConfigEditGeneralTab(QWidget):
##
def _backupFolder(self):
"""Open a dialog to select the backup folder.
"""
currDir = self.backupPath
if not path.isdir(currDir):