Skip to content

Commit 8340363

Browse files
committed
updating class diagram
1 parent 8113218 commit 8340363

4 files changed

Lines changed: 8515 additions & 7137 deletions

File tree

mathics/builtin/assignment.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,9 +1768,6 @@ def apply(self, module, evaluation):
17681768
except ImportError as e:
17691769
evaluation.message(self.get_name(), 'notfound', module)
17701770
return SymbolFailed
1771-
except PyMathicsLoadException as e:
1772-
evaluation.message(self.get_name(), 'notmathicslib', module)
1773-
return SymbolFailed
17741771
else:
17751772
# Add Pymathics` to $ContextPath so that when user don't
17761773
# have to qualify Pymathics variables and functions,
1.07 KB
Binary file not shown.

0 commit comments

Comments
 (0)