mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-29 14:20:48 +00:00
refactor: remove 3.12 nested f-string
This commit is contained in:
@@ -696,7 +696,7 @@ class QtDriver(DriverMixin, QObject):
|
||||
pw.update_progress(x + 1),
|
||||
pw.update_label(
|
||||
f"Scanning Directories for New Files...\n{x + 1}"
|
||||
f" File{"s" if x + 1 != 1 else ""} Searched,"
|
||||
f' File{"s" if x + 1 != 1 else ""} Searched,'
|
||||
f" {tracker.files_count} New Files Found"
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user