Skip to content

Commit 47fdf7a

Browse files
committed
M<WEEWROWER38yg73478dfasda
1 parent c125fdb commit 47fdf7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def paste_from_clipboard_action(self, dest_index):
525525
if os.path.exists(dest_path):
526526
msg = QMessageBox()
527527
msg.setWindowTitle("File Conflict")
528-
msg.setText(f"The {"folder" if os.path.isdir(src_path) else "file"} already exists here.")
528+
msg.setText(f"The {'folder' if os.path.isdir(src_path) else 'file'} already exists here.")
529529
msg.setInformativeText("What do you want to do?")
530530
overwrite_btn = msg.addButton("Overwrite", QMessageBox.YesRole)
531531
skip_btn = msg.addButton("Skip", QMessageBox.NoRole)

0 commit comments

Comments
 (0)