Quote the log output for tasks
This commit is contained in:
parent
694bec2346
commit
58710769fb
|
@ -163,7 +163,7 @@ def do_task(self, config, hooktype, request):
|
||||||
tasks = parse_config(event, event_action)
|
tasks = parse_config(event, event_action)
|
||||||
|
|
||||||
for task in tasks:
|
for task in tasks:
|
||||||
print(f'Running {task}...')
|
print(f'Running "{task}"...')
|
||||||
os.system(task)
|
os.system(task)
|
||||||
|
|
||||||
os.chdir('..')
|
os.chdir('..')
|
||||||
|
|
Loading…
Reference in New Issue