Skip to content

Commit

Permalink
Update errorcodes.py
Browse files Browse the repository at this point in the history
reverted capitl nof no error for test failures
  • Loading branch information
chrisbeardy authored Jul 30, 2024
1 parent 4a16da3 commit 178a521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyads/errorcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
ERROR_CODES = {
0: "No error",
0: "no error",
1: "Internal error",
2: "No real time",
3: "Allocation locked - memory error",
Expand Down

0 comments on commit 178a521

Please sign in to comment.