Changeset 98651 in vbox for trunk/src/VBox/ValidationKit/testboxscript/testboxcommand.py
- Timestamp:
- Feb 20, 2023 1:10:54 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155951
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxcommand.py
r98103 r98651 54 54 55 55 # Figure where we are. 56 try: __file__ 56 try: __file__ # pylint: disable=used-before-assignment 57 57 except: __file__ = sys.argv[0]; 58 58 g_ksTestScriptDir = os.path.dirname(os.path.abspath(__file__));
Note:
See TracChangeset
for help on using the changeset viewer.