-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Traceback (most recent call last):
File "/home/user/.local/bin/./dvr-scan-app", line 5, in
from dvr_scan.app.main import main
File "/home/user/.local/lib/python3.10/site-packages/dvr_scan/app/main.py", line 184
message=f"Error loading config file. Reason:\n\n{'\n'.join(errors)}",
^
SyntaxError: f-string expression part cannot include a backslash
the following seems to work around the issue ...
message=f"Error loading config file. Reason:\n\n{errors}",
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels