Skip to content

Commit

Permalink
Update exasol/container_by_ip.py
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Kuhnke <[email protected]>
  • Loading branch information
tkilias and ckunki authored Jan 26, 2024
1 parent 83fc1e2 commit 61feb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exasol/container_by_ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ def format(container):
return f'{container.id[:12]} "{container.name}"'

pretty = ", ".join(format(c) for c in candidates)
raise RuntimeError(f"Multiple potential current containers found: {pretty}")
raise RuntimeError(f"Found multiple matching containers: {pretty}")

0 comments on commit 61feb9a

Please sign in to comment.