mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update docstring for an outdated URL
(cherry picked from commit a8591dd658
)
This commit is contained in:
parent
7d765c5fcc
commit
507fbf9de7
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ def proc_info(pid, attrs=None):
|
|||
attrs
|
||||
Optional list of desired process attributes. The list of possible
|
||||
attributes can be found here:
|
||||
http://pythonhosted.org/psutil/#psutil.Process
|
||||
https://psutil.readthedocs.io/en/latest/#processes
|
||||
"""
|
||||
try:
|
||||
proc = psutil.Process(pid)
|
||||
|
|
Loading…
Add table
Reference in a new issue