powerline-shell icon indicating copy to clipboard operation
powerline-shell copied to clipboard

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

Open gabrielfsousa opened this issue 3 years ago • 0 comments

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'

gabrielfsousa avatar Jun 14 '21 14:06 gabrielfsousa