fix addons discovery

This commit is contained in:
Jakub Trllo 2025-03-26 16:55:26 +01:00
parent 09fe05025c
commit 0a54f569ce
3 changed files with 43 additions and 10 deletions

View file

@ -59,6 +59,7 @@ def main_cli(ctx, *_args, **_kwargs):
print(ctx.get_help())
sys.exit(0)
else:
ctx.params.pop("project")
ctx.forward(tray)