show post install tasks only if it exists
This commit is contained in:
parent
7a499e8e42
commit
dc374066d8
1 changed files with 4 additions and 3 deletions
|
@ -31,6 +31,7 @@ def choose_action():
|
||||||
log(f"Setting up: {module.name} ({action_name})")
|
log(f"Setting up: {module.name} ({action_name})")
|
||||||
module.setup()
|
module.setup()
|
||||||
|
|
||||||
print("POST INStALL TASKS:")
|
if post_install_tasks:
|
||||||
for post_install_task in post_install_tasks:
|
print("POST INStALL TASKS:")
|
||||||
print(f"- {post_install_task}")
|
for post_install_task in post_install_tasks:
|
||||||
|
print(f"- {post_install_task}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue