Changeset 97673 in vbox for trunk/src/VBox/ValidationKit/tests/unittests
- Timestamp:
- Nov 24, 2022 11:46:15 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py
r97488 r97673 1157 1157 # Open /dev/null for use as stdin further down. 1158 1158 try: 1159 oDevNull = open(os.path.devnull, 'w+'); # pylint: disable=consider-using-with 1159 oDevNull = open(os.path.devnull, 'w+'); # pylint: disable=consider-using-with,unspecified-encoding 1160 1160 except: 1161 1161 oDevNull = None;
Note:
See TracChangeset
for help on using the changeset viewer.