fix f string in row 469

This commit is contained in:
2025-07-09 12:11:31 +02:00
parent 6242dd7b0d
commit ec76940dca
2 changed files with 2 additions and 2 deletions

View File

@ -466,7 +466,7 @@ class LogViewer(tk.Tk):
def directory_load(self, modul_name, _):
filepath = filedialog.askopenfilename(
initialdir=f"{Path.home() / ".local/share/lxlogs/"}",
initialdir=f"{Path.home() / '.local/share/lxlogs/'}",
title="Select a Logfile File",
filetypes=[("Logfiles", "*.log")],
)