Skip to content

Commit

Permalink
[TECH-435] fix lint
Browse files Browse the repository at this point in the history
branch: feature/TECH-435-DRYRUN-FLAG
  • Loading branch information
ewaldschrader committed Dec 15, 2023
1 parent 62453f8 commit 321bc23
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/mpyl/cli/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,13 @@ def invoke(self, ctx):
@click.pass_obj
def run(
obj: CliContext,
ci,
all_,
tag,
stage,
sequential,
projects,
dryrun_,
ci,
all_,
tag,
stage,
sequential,
projects,
dryrun_,
): # pylint: disable=invalid-name
run_result_file = Path(BUILD_ARTIFACTS_FOLDER) / "run_result"
if not sequential and run_result_file.is_file():
Expand Down

0 comments on commit 321bc23

Please sign in to comment.