Changeset 92888 in vbox for trunk/src/VBox/ValidationKit/common
- Timestamp:
- Dec 13, 2021 3:45:16 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148841
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/utils.py
r92887 r92888 985 985 fRc = True; 986 986 elif sHostOs == 'linux': 987 fRc = os.path.exists('/proc/%s' % (uPid,) ;987 fRc = os.path.exists('/proc/%s' % (uPid,)); 988 988 else: 989 989 try:
Note:
See TracChangeset
for help on using the changeset viewer.