Quote the log output for tasks

This commit is contained in:
Joshua Boniface 2021-10-31 02:28:48 -04:00
parent 694bec2346
commit 58710769fb
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ def do_task(self, config, hooktype, request):
tasks = parse_config(event, event_action)
for task in tasks:
print(f'Running {task}...')
print(f'Running "{task}"...')
os.system(task)
os.chdir('..')