Changeset 98651 in vbox for trunk/src/VBox/ValidationKit/analysis
- Timestamp:
- Feb 20, 2023 1:10:54 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/analysis/analyze.py
r98103 r98651 47 47 48 48 # Only the main script needs to modify the path. 49 try: __file__ 49 try: __file__ # pylint: disable=used-before-assignment 50 50 except: __file__ = sys.argv[0]; 51 51 g_ksValidationKitDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)));
Note:
See TracChangeset
for help on using the changeset viewer.