Skip to content

Commit

Permalink
Pylint update.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Jan 9, 2025
1 parent 0277992 commit fb9fc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps4fs/generator/texture.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def draw(self) -> None:
if not layer.invisible:
try:
cv2.fillPoly(layer_image, [polygon], color=255) # type: ignore
except Exception as e:
except Exception as e: # pylint: disable=W0718
self.logger.warning("Error drawing polygon: %s.", repr(e))
continue

Expand Down

0 comments on commit fb9fc5c

Please sign in to comment.