Merge branch '1.17.0'

This commit is contained in:
Mike Fährmann
2021-02-15 02:32:33 +01:00
17 changed files with 587 additions and 745 deletions

View File

@@ -55,10 +55,6 @@ class MetadataPP(PostProcessor):
events = options.get("event")
if events is None:
events = ("file",)
if options.get("bypost"):
self.log.warning("'bypost' is deprecated, use '\"event\": "
"\"post\"' and 'filename' instead")
events = ("metadata",)
elif isinstance(events, str):
events = events.split(",")
for event in events: