Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/202'
Browse files Browse the repository at this point in the history
* origin/pr/202:
  Fixed change in QFileDialog behavior in PyQt5
  • Loading branch information
marmarek committed Sep 30, 2019
2 parents fcec3d7 + 442066d commit 12481fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesmanager/backup_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def select_path_button_clicked(dialog, select_file=False, read_only=False):
file_dialog_function = file_dialog.getOpenFileName
else:
file_dialog_function = file_dialog.getExistingDirectory
new_path = file_dialog_function(
new_path, _ = file_dialog_function(
dialog,
dialog.tr("Select backup location."),
backup_location if backup_location else '/')
Expand Down

0 comments on commit 12481fd

Please sign in to comment.