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" or self.common.platform == "BSD"
): ):
if self.web.settings.get("share", "log_filenames"): if self.web.settings.get("share", "log_filenames"):
filename_str = "f{path} - " filename_str = f"{path} - "
else: else:
filename_str = "" filename_str = ""