Skip to content

Commit

Permalink
Corrected Error Message
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrnt authored and alexpalms committed Oct 2, 2023
1 parent 61ee2b2 commit b6ca2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diambra/arena/utils/splash_screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_monitor_from_coord(x, y):
try:
monitors = screeninfo.get_monitors()
if not monitors:
raise ScreenInfoError("No monitors available")
raise ScreenInfoError("No enumerators available")
except ScreenInfoError:
# Fallback to a dummy monitor if no monitors are available
width = 1024
Expand Down

0 comments on commit b6ca2d0

Please sign in to comment.