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

fix: formations list dropdown #24

Merged
merged 1 commit into from
May 16, 2024

Conversation

thomas-advantitge
Copy link
Contributor

The formations dropdown is not displaying any formations anymore due to a NameError:

Traceback (most recent call last):
  File "~/Library/Application Support/Blender/4.0/scripts/addons/vendor/skybrush/sbstudio/plugin/props/formation.py", line 10, in _is_formation
    return is_formation(object)
  File "~/Library/Application Support/Blender/4.0/scripts/addons/vendor/skybrush/sbstudio/plugin/model/formation.py", line 249, in is_formation
    if not isinstance(object, Collection):
NameError: name 'Collection' is not defined. Did you mean: 'Collections'?

caused by 57a0c50#diff-5d9f0714c7b9ba49b973103efbe8b635c8527ea849bb112944d2a6e8011243b0R20

@ntamas
Copy link
Member

ntamas commented May 16, 2024

Thanks a lot!

@ntamas ntamas merged commit 8749f2b into skybrush-io:main May 16, 2024
2 checks passed
@thomas-advantitge thomas-advantitge deleted the fix-name-error branch May 17, 2024 11:59
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

Successfully merging this pull request may close these issues.

2 participants