[postprocessor:exec] run after file moved to target location

(#421)
This commit is contained in:
Mike Fährmann
2019-10-06 21:58:00 +02:00
parent 35958bebd4
commit 03bc8adfc7
3 changed files with 10 additions and 4 deletions

View File

@@ -21,6 +21,9 @@ class PostProcessor():
def run(self, pathfmt):
"""Execute the postprocessor for a file"""
def run_after(self, pathfmt):
"""Execute postprocessor after moving a file to its target location"""
def finalize(self):
"""Cleanup"""