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

AttributeError: 'map' object has no attribute 'count' #522

Open
gabrielfsousa opened this issue Jun 14, 2021 · 0 comments
Open

AttributeError: 'map' object has no attribute 'count' #522

gabrielfsousa opened this issue Jun 14, 2021 · 0 comments

Comments

@gabrielfsousa
Copy link

with python 3.8

Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.8/site-packages/powerline_shell/segments/jobs.py", line 16, in run
self.num_jobs = output.count(os.getppid()) - 1
AttributeError: 'map' object has no attribute 'count'

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