Skip to content

Commit

Permalink
Type for call_args
Browse files Browse the repository at this point in the history
  • Loading branch information
jreichman committed Jan 4, 2024
1 parent dabdc99 commit 30e9cbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dfbar/dfbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ def process_docker_spec(

# Perform a build of the Dockerfile
build_cmd = f"docker build -f {dockerfile} -q {spec} {build_opts}"

call_args: list[str] | str

if shell:
call_args = build_cmd
else:
Expand Down

0 comments on commit 30e9cbc

Please sign in to comment.