VirtualBox

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


Ignore:
Timestamp:
Nov 23, 2022 3:15:17 PM (2 years ago)
Author:
vboxsync
Message:

Validation Kit: Use environ.get() instead of getDirEnv() in utils.processCollectCrashInfo() [build fix].

File:
1 edited

Legend:

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

    r97670 r97671  
    14341434        asDmpDirs = [];
    14351435        try:
    1436             sScratchPath = environ.get('TESTBOX_PATH_SCRATCH', None);
     1436            sScratchPath = os.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