Skip to content

Commit

Permalink
Update pupil_src/shared_modules/gl_utils/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
papr authored Jan 21, 2021
1 parent 3b3cc5d commit 5e5b88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pupil_src/shared_modules/gl_utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def __default_error_reporting() -> _GLFWErrorReportingDict:
]
return {
None: "raise",
**{code: "ignore" for code in ignore},
**{code: "log" for code in ignore},
}


Expand Down

0 comments on commit 5e5b88e

Please sign in to comment.