Fix file interpolation

This commit is contained in:
Miguel Jacq 2025-02-08 16:25:58 +11:00
parent b7a2473c26
commit c886a449ad
No known key found for this signature in database
GPG Key ID: 59B3F0C24135C6A9

View File

@ -246,7 +246,7 @@ class SendBaseModeWeb:
or self.common.platform == "BSD"
):
if self.web.settings.get("share", "log_filenames"):
filename_str = "f{path} - "
filename_str = f"{path} - "
else:
filename_str = ""