Skip to content

Commit 9741c43

Browse files
formanthomasstorm
andauthored
Update zappend/processor.py
Co-authored-by: Thomas Storm <[email protected]>
1 parent 2c503c1 commit 9741c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zappend/processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(self, config: ConfigLike = None, **kwargs):
5656
self._config = config
5757
if config.get("force_new"):
5858
logger.warning(
59-
f"Setting 'force_new' is enabled. This will "
59+
f"Setting 'force_new' is enabled. This will"
6060
f" permanently delete existing targets (no rollback)."
6161
)
6262
delete_target_permanently(config)

0 commit comments

Comments
 (0)