fix f string in row 469
This commit is contained in:
@ -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")],
|
||||
)
|
||||
|
Reference in New Issue
Block a user