diff --git a/src/hw_tools.py b/src/hw_tools.py index c6948441..f54618f1 100644 --- a/src/hw_tools.py +++ b/src/hw_tools.py @@ -24,7 +24,7 @@ class ResourceFileSizeZeroError(Exception): - """The expect resource size should not be zero.""" + """Empty resource error.""" def __init__(self, tool: HWTool, path: Path): """Init."""