We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3339311 commit d9159deCopy full SHA for d9159de
zappend/metadata.py
@@ -51,7 +51,7 @@ def __init__(
51
self.filters = filters
52
if unknown_settings:
53
logger.warning(
54
- "Ignoring unknown encoding settings: %s",
+ "Ignoring unknown encoding setting(s): %s",
55
", ".join(unknown_settings.keys()),
56
)
57
0 commit comments