improve postprocessor handling
- add pathfmt argument for __init__() - add finalization step - add option to keep or delete zipped files
This commit is contained in:
@@ -14,7 +14,7 @@ import subprocess
|
||||
|
||||
class ExecPP(PostProcessor):
|
||||
|
||||
def __init__(self, options):
|
||||
def __init__(self, pathfmt, options):
|
||||
PostProcessor.__init__(self)
|
||||
self.args = options["command"]
|
||||
if options.get("async", False):
|
||||
|
||||
Reference in New Issue
Block a user