Mathics3 / mathics-core

An open-source Mathematica. This repository contains the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them.
https://mathics.org
Other
786 stars 48 forks source link

using more print_and_log #1050

Closed mmatera closed 4 months ago

mmatera commented 4 months ago

In the refactor of docpipeline I forgot to use more this method, and also at some place it was called from the wrong object. This PR ammends that.

rocky commented 4 months ago

LGTM