Skip to content

Commit

Permalink
Update helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Nov 21, 2023
1 parent a1a2b29 commit f43499b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/RPA/core/windows/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ def get_process_list() -> Dict:
Returns dictionary mapping process id to process name
"""
return {proc.pid: proc.name() for proc in psutil.process_iter()}

0 comments on commit f43499b

Please sign in to comment.