Skip to content

Commit

Permalink
docs: Update doc-string for ResourceFileSizeZeroError
Browse files Browse the repository at this point in the history
  • Loading branch information
jneo8 committed Oct 25, 2023
1 parent 122714f commit b71974c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hw_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit b71974c

Please sign in to comment.