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

TypeError: object of type 'generator' has no len() #7

Closed
tobiasKaminsky opened this issue Sep 5, 2018 · 1 comment
Closed

TypeError: object of type 'generator' has no len() #7

tobiasKaminsky opened this issue Sep 5, 2018 · 1 comment

Comments

@tobiasKaminsky
Copy link

I installed exodus-standalone within venv and get

`ile "exodus_analyze.py", line 59, in
analysis.print_apk_infos()
File "exodus-standalone/venv/lib/python3.7/site-packages/exodus_core/analysis/static_analysis.py", line 483, in print_apk_infos
print('- App libraries: %s' % len(libraries))
TypeError: object of type 'generator' has no len()``


Commenting the three lines makes it run again, but then of course no libraries are shown ;-)
@Gu1nness
Copy link
Contributor

Gu1nness commented Sep 5, 2018

Hi,
Thanks for your report.
I'll have a look, however this seems to be a problem directly in the exodus-core repository.
Hence, I have opened an issue there and close this one here.

@Gu1nness Gu1nness closed this as completed Sep 5, 2018
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