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

Deleting a gear connector spills some errors in the log #130

Open
mbait opened this issue Jun 25, 2023 · 1 comment
Open

Deleting a gear connector spills some errors in the log #130

mbait opened this issue Jun 25, 2023 · 1 comment

Comments

@mbait
Copy link

mbait commented Jun 25, 2023

11:19:07  Traceback (most recent call last):
  File "/home/mbait/snap/freecad/common/Mod/freecad.gears/./freecad/gears/connector.py", line 63, in onChanged
    if isinstance(fp.master_gear.Proxy, InvoluteGear) and isinstance(fp.slave_gear.Proxy, InvoluteGear):
<class 'AttributeError'>: 'NoneType' object has no attribute 'Proxy'
11:19:07  Traceback (most recent call last):
  File "/home/mbait/snap/freecad/common/Mod/freecad.gears/./freecad/gears/connector.py", line 63, in onChanged
    if isinstance(fp.master_gear.Proxy, InvoluteGear) and isinstance(fp.slave_gear.Proxy, InvoluteGear):
<class 'AttributeError'>: 'NoneType' object has no attribute 'Proxy'
@git4rker
Copy link

Same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants