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

collections is not callable in bundle.py line 577 #77

Closed
geosakel77 opened this issue Nov 1, 2015 · 1 comment
Closed

collections is not callable in bundle.py line 577 #77

geosakel77 opened this issue Nov 1, 2015 · 1 comment

Comments

@geosakel77
Copy link

In line 577 there is
if not self.collections():
I think that should be changed to
if not self.collections:
Traceback
File "build/bdist.linux-x86_64/egg/maec/bundle/bundle.py", line 577, in add_named_candidate_indicator_collection
TypeError: 'Collections' object is not callable

@ikiril01
Copy link
Member

ikiril01 commented Nov 3, 2015

@geosakel77 thanks for the bug report!

@gtback gtback closed this as completed in 676486c Jul 29, 2016
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