merge 'bypost' functionality into metadata postprocessor

This commit is contained in:
Mike Fährmann
2019-12-16 17:19:23 +01:00
parent c0b9ad678d
commit 63e6993716
6 changed files with 29 additions and 54 deletions

View File

@@ -26,6 +26,10 @@ class PostProcessor():
def run(pathfmt):
"""Execute the postprocessor for a file"""
@staticmethod
def run_metadata(pathfmt):
"""Execute the postprocessor for a file"""
@staticmethod
def run_after(pathfmt):
"""Execute postprocessor after moving a file to its target location"""