Changeset 20818 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Jun 23, 2009 12:06:23 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48956
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r20694 r20818 196 196 print "onGuestPropertyChange: %s" %(id) 197 197 198 199 198 200 199 g_hasreadline = 1 … … 373 372 ctx['global'].waitForEvents(500) 374 373 # We need to catch all exceptions here, otherwise callback will never be unregistered 375 except Exception,e: 376 print e 374 except: 377 375 if g_verbose: 378 376 traceback.print_exc() 379 pass380 377 vbox.unregisterCallback(cb) 381 378
Note:
See TracChangeset
for help on using the changeset viewer.