Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing typo: OpticalElement(lc0, label=lenssystem) ... label -> name. #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 1, 2019

  1. Fixing typo: OpticalElement(lc0, label=lenssystem) ... label -> name.

    It was causing error:
    Change property: numrays
    Running the Python command 'CreateSystemCommand' failed:
    Traceback (most recent call last):
      File "/home/martin/.FreeCAD/Mod/pyrate/freecad/PyrateWorkbench/Commands_OpticalSystem.py", line 76, in Activated
        osobs.initFromGivenOpticalSystem(osobs.initDemoSystem())
      File "/home/martin/.FreeCAD/Mod/pyrate/freecad/PyrateWorkbench/Observer_OpticalSystem.py", line 249, in initDemoSystem
        elem = OpticalElement(lc0, label="lenssystem")
    martin357 committed Sep 1, 2019
    Configuration menu
    Copy the full SHA
    adad7d4 View commit details
    Browse the repository at this point in the history