mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-03 04:07:05 +00:00
Fixed ISC002 (multi-line-implicit-string-concatenation): Implicitly concatenated string literals over multiple lines
This commit is contained in:
parent
e466b9bb53
commit
7f456d8e8b
@ -488,9 +488,9 @@ def list_target_files(config):
|
||||
elif 'Could not resolve hostname' in listing:
|
||||
reason = f"The hostname {target.hostname} cannot be resolved."
|
||||
else:
|
||||
reason = "Unknown error." \
|
||||
"Please check running 'management/backup.py --verify'" \
|
||||
"from mailinabox sources to debug the issue."
|
||||
reason = ("Unknown error."
|
||||
"Please check running 'management/backup.py --verify'"
|
||||
"from mailinabox sources to debug the issue.")
|
||||
msg = f"Connection to rsync host failed: {reason}"
|
||||
raise ValueError(msg)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user