From b71974c870c5952b16236060b1a869d6c368e191 Mon Sep 17 00:00:00 2001 From: jneo8 Date: Wed, 25 Oct 2023 15:14:16 +0800 Subject: [PATCH] docs: Update doc-string for ResourceFileSizeZeroError --- src/hw_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."""