restructured manifest and plugins loading; updated plugins
This commit is contained in:
@@ -18,7 +18,7 @@ class ExecPP(PostProcessor):
|
||||
if filepath:
|
||||
if '{}' not in cmd:
|
||||
cmd += ' {}'
|
||||
cmd = cmd.replace('{}', shell_quote(filepath))
|
||||
cmd = cmd.replace('{}', shell_quote(filepath, shell=True))
|
||||
return cmd
|
||||
|
||||
def run(self, info):
|
||||
|
||||
Reference in New Issue
Block a user