Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
feat: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Mar 3, 2022
1 parent 2f055ab commit 8aa350b
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 125 deletions.
2 changes: 1 addition & 1 deletion guiscrcpy/install/finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def open_exe_name_dialog(parent, appname):
file_dialog.setFilter(QDir.AllEntries | QDir.Hidden)
file_dialog.setFileMode(QFileDialog.ExistingFile)
file_dialog.setWindowTitle(
f"{appname} could not be found. Please locate in" "manually"
f"{appname} could not be found. Please locate it manually"
)
if file_dialog.exec():
file_name = file_dialog.selectedFiles()
Expand Down
Loading

0 comments on commit 8aa350b

Please sign in to comment.