Skip to content

Commit

Permalink
[eoyilmaz#16] Added some debug prints for GitHub tests (4).
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz authored and Adam-Color committed Dec 2, 2024
1 parent 1cfd114 commit 21e67ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DisplayCAL/edid.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def get_edid(display_no=0, display_name=None, device=None):
return {}
else:
display = RDSMM.get_display(display_no)
print(f"display (3) : {display}")
if not display:
return {}

Expand Down

0 comments on commit 21e67ff

Please sign in to comment.