add 'prepare()' step for post-processors
This allows post-processors to modify the destination path before checking if a file already exists.
This commit is contained in:
@@ -15,6 +15,9 @@ class PostProcessor():
|
||||
"""Base class for postprocessors"""
|
||||
log = log
|
||||
|
||||
def prepare(self, pathfmt):
|
||||
""" """
|
||||
|
||||
def run(self, pathfmt):
|
||||
"""Execute the postprocessor for a file"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user