VirtualBox

Ignore:
Timestamp:
Dec 13, 2021 3:45:16 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148841
Message:

ValKit/utils.py: Made processExists work better on linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/common/utils.py

    r92887 r92888  
    985985            fRc = True;
    986986    elif sHostOs == 'linux':
    987         fRc = os.path.exists('/proc/%s' % (uPid,);
     987        fRc = os.path.exists('/proc/%s' % (uPid,));
    988988    else:
    989989        try:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette