Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 14, 2023
1 parent 0f03ef7 commit 0e6f26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiidalab_launch/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def remove_profile(ctx, app_state, profile, yes, force, purge):
raise click.ClickException(f"Profile with name '{profile}' does not exist.")
else:
if purge:
ctx.invoke(reset, profile=profile, yes=yes)
ctx.invoke(reset, profile=profile, yes=yes)

if not force:
instance = AiidaLabInstance(client=app_state.docker_client, profile=profile)
Expand Down

0 comments on commit 0e6f26b

Please sign in to comment.