Changeset 79092 in vbox for trunk/src/VBox/ValidationKit/testboxscript/testboxcommons.py
- Timestamp:
- Jun 11, 2019 3:26:40 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131252
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testboxscript/testboxcommons.py
r76553 r79092 48 48 Custom exception class 49 49 """ 50 pass 50 pass; # pylint: disable=unnecessary-pass 51 51 52 52 # … … 67 67 Debug logging, will later be disabled by default. 68 68 """ 69 if True is True: 69 if True is True: # pylint: disable=comparison-with-itself 70 70 if sTsPrf is None: sTsPrf = utils.getTimePrefix(); 71 71 print('[%s] %s' % (sTsPrf, sMessage,));
Note:
See TracChangeset
for help on using the changeset viewer.