Skip to content

Commit

Permalink
Make pyright happy
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Sep 5, 2024
1 parent 35d3dee commit 046b2f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/ign-docker-env.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def normalize_args(args):

def main():
try:
assert __doc__ is not None # make pyright happy
ignition_version, linux_distro, docker_args, vol_args = normalize_args(
docopt(str(__doc__), version='gzdev-docker-env 0.1.0'))
rocker_cmd = build_rocker_command(ignition_version, linux_distro, docker_args, vol_args)
Expand Down

0 comments on commit 046b2f9

Please sign in to comment.