Skip to content

Added conditionals for type checks

Luis Aleixo requested to merge bugfix/type_checks into master
  • Added a check to ensure that field.type is a class/type before attempting to access its __name__ attribute
  • Conditioned the construction of method names based on the availability of __name__ to prevent runtime errors

These changes resolve previous pipeline failures

Updated README on how to run the calculator with a specific theme.

Merge request reports

Loading