Skip to content

Commit

Permalink
missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Jul 19, 2024
1 parent eb024ae commit f86b49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker2sqlelf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def cleanup() -> None:
atexit.register(cleanup)

client.images.pull(image_name)
container = client.containers.create(image_name) # pyright: ignore
container = client.containers.create(image_name) # pyright: ignore
LOG.info(f"Created container with ID {container.id}")

export_path = f"{temp_dir}/container.tar"
Expand Down

0 comments on commit f86b49f

Please sign in to comment.