You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: