We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1a855 commit 566e2b8Copy full SHA for 566e2b8
buildtest/cli/build.py
@@ -568,7 +568,7 @@ def __init__(
568
if not isinstance(field, int):
569
raise BuildTestError(f"{field} is not of type int")
570
if field <= 0:
571
- raise BuildTestError("Limit must be greater than 0")
+ raise BuildTestError(f"{field} must be greater than 0")
572
573
self.remove_stagedir = remove_stagedir
574
self.configuration = configuration
0 commit comments