Changeset 70660 in vbox for trunk/src/VBox/ValidationKit/testmanager/debug
- Timestamp:
- Jan 21, 2018 4:18:58 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120396
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testmanager/debug/cgiprofiling.py
r69111 r70660 52 52 try: 53 53 oProfiler.print_stats(sort = sSort); 54 except Exception ,oXcpt:54 except Exception as oXcpt: 55 55 print('<p><pre>%s</pre></p>\n' % (oXcpt,)); 56 56 else:
Note:
See TracChangeset
for help on using the changeset viewer.