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

"vmcatcher_subscribe -u" throws an error with option "--image-list" #15

Open
StephaneGerardVUB opened this issue Aug 25, 2016 · 0 comments

Comments

@StephaneGerardVUB
Copy link

I have tried the following command :
vmcatcher_subscribe -u 76fdee70-8119-5d33-9f40-3c57e1c60df1 --image-list
and it fails with the following error message :
Traceback (most recent call last): File "/usr/bin/vmcatcher_subscribe", line 397, in <module> main() File "/usr/bin/vmcatcher_subscribe", line 379, in main database.subscriptions_image_list(subscriptions_selected,outputfiles) File "/usr/lib/python2.7/site-packages/vmcatcher/vmcatcher_subscribe/fatcontroler.py", line 726, in subscriptions_image_list self._outputter.display_image_def(imagedef) AttributeError: 'outputFacade' object has no attribute 'display_image_def'
The problem seems to be a typo in fatcontroler.py, on line 726 : replacing "display_image_def" by "display_imagedef" fixes the issue.

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

1 participant