chore(clan/vars): make no-sandboxing message print a more explizit re-run command
This commit is contained in:
@@ -215,7 +215,7 @@ def execute_generator(
|
|||||||
if not no_sandbox:
|
if not no_sandbox:
|
||||||
msg = (
|
msg = (
|
||||||
f"Cannot safely execute generator {generator.name}: Sandboxing is not available on this system\n"
|
f"Cannot safely execute generator {generator.name}: Sandboxing is not available on this system\n"
|
||||||
f"Re-run with --no-sandbox to disable sandboxing"
|
f"Re-run 'vars generate' with '--no-sandbox' to disable sandboxing"
|
||||||
)
|
)
|
||||||
raise ClanError(msg)
|
raise ClanError(msg)
|
||||||
cmd = ["bash", "-c", str(final_script)]
|
cmd = ["bash", "-c", str(final_script)]
|
||||||
|
|||||||
Reference in New Issue
Block a user