VirtualBox

Changeset 97670 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Nov 23, 2022 2:33:46 PM (2 years ago)
Author:
vboxsync
Message:

Validation Kit: Use environ.get() instead of getDirEnv() in utils.processCollectCrashInfo().

File:
1 edited

Legend:

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

    r97658 r97670  
    14341434        asDmpDirs = [];
    14351435        try:
    1436             sScratchPath = getDirEnv('TESTBOX_PATH_SCRATCH', fTryCreate = False);
     1436            sScratchPath = environ.get('TESTBOX_PATH_SCRATCH', None);
    14371437            asDmpDirs.extend([ sScratchPath ]);
    14381438        except:
Note: See TracChangeset for help on using the changeset viewer.

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