Skip to content

Commit

Permalink
Refine MissingParameter error messages
Browse files Browse the repository at this point in the history
Improved error handling by refining the MissingParameter exceptions in __init__.py. The changes provide more specific error messages when label or namespace parameters are missing for better debugging.
  • Loading branch information
AlexMKX committed Dec 2, 2023
1 parent ae45e7d commit 1bfe786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ py-modules = []
[project]
dynamic = ["dependencies"]
name = "docker-injector"
version = "0.1.5"
version = "0.1.6"

[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }

[tool.poetry]
name = "docker-injector"
version = "0.1.5"
version = "0.1.6"
description = "Docker Injector"
authors = ["Alex MKX <github-alex@xxl.cx>"]
readme = "readme.md"
Expand Down

0 comments on commit 1bfe786

Please sign in to comment.