Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Christian Clauss
- Switzerland
- Sign in to view email
- https://www.patreon.com/cclauss
Pinned
7,828 contributions in the last year
Contribution activity
January 2020
- cclauss/motioneye Python
- cclauss/code_block_timer Python
- cclauss/simpletransformers Python
Created a pull request in edx/edx-platform that received 10 comments
Undefined name: import datetime for line 30
Without this change, line 30 will raise NameError at runtime. Please consider the following when opening a pull request: Link to the relevant JIRA…
+1
−1
•
10
comments
Created an issue in DavidBuchanan314/dlinject that received 3 comments
Leaking file handles
File handles are being leaked (open() with no close()) at: dlinject/dlinject.py Line 11 in 3a29243 dlinject/dlinject.py Line 27 in …
3
comments