Skip to content

Commit b92d220

Browse files
committed
pylint fixes pt. 2
1 parent 81571a9 commit b92d220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Slow_Movie_Player/slowmovie_adafruit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def error(self, message): # pylint: disable=no-self-use
364364
epd.rotation = 0
365365

366366
logger.info("Display initialized successfully")
367-
except Exception as e:
367+
except Exception as e: # pylint: disable=broad-except
368368
logger.error(f"Failed to initialize display: {e}") # pylint: disable=logging-fstring-interpolation
369369
sys.exit(1)
370370

0 commit comments

Comments
 (0)