refactor: remove 3.12 nested f-string

This commit is contained in:
Travis Abendshien
2024-11-30 15:11:17 -08:00
parent dffa3635b0
commit 1974ff169c

View File

@@ -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"
),
)