Skip to content

Commit 84421c6

Browse files
Merge pull request #61 from tekktrik/main
Fix pylint errors
2 parents 242a325 + ea294d5 commit 84421c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bitmap_font/bdf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def _verify_bounding_box(self) -> None:
108108
try:
109109
self._boundingbox
110110
except AttributeError as error:
111-
raise Exception(
111+
raise RuntimeError(
112112
"Source file does not have the FOUNTBOUNDINGBOX parameter"
113113
) from error
114114

0 commit comments

Comments
 (0)