Skip to content

Commit

Permalink
Merge pull request skulpt#1545 from s-cork/fix-arithmetic-error
Browse files Browse the repository at this point in the history
Fix: arithmetic error is not in __builtins__
  • Loading branch information
s-cork authored Apr 4, 2024
2 parents e2289c9 + e743948 commit 7490513
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builtindict.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Sk.builtins = {

"BaseException" : Sk.builtin.BaseException,
"AttributeError" : Sk.builtin.AttributeError,
"ArithmeticError" : Sk.builtin.ArithmeticError,
"ValueError" : Sk.builtin.ValueError,
"Exception" : Sk.builtin.Exception,
"ZeroDivisionError" : Sk.builtin.ZeroDivisionError,
Expand Down

0 comments on commit 7490513

Please sign in to comment.