Skip to content

Commit 1974ff1

Browse files
committed
refactor: remove 3.12 nested f-string
1 parent dffa363 commit 1974ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagstudio/src/qt/ts_qt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ def add_new_files_callback(self):
696696
pw.update_progress(x + 1),
697697
pw.update_label(
698698
f"Scanning Directories for New Files...\n{x + 1}"
699-
f" File{"s" if x + 1 != 1 else ""} Searched,"
699+
f' File{"s" if x + 1 != 1 else ""} Searched,'
700700
f" {tracker.files_count} New Files Found"
701701
),
702702
)

0 commit comments

Comments
 (0)