Skip to content
Snippets Groups Projects
Commit b6117c4a authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Changed action start log.

parent e5efe77c
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ class EnvSetup():
for action in self.actions:
if target == str(action['index']) and action['fct']:
found = True
log('Starting %s setup.' % action['label'])
log('Starting action %s: %s setup.' % (action['index'], action['label']))
log('Please wait, the setup is in progress... ')
try:
os.chdir(action['path'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment