Changeset 22911 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Sep 10, 2009 12:02:36 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52173
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r22068 r22911 218 218 sys.stdout.flush() 219 219 p.waitForCompletion(wait) 220 ctx['global'].waitForEvents(0) 220 221 except KeyboardInterrupt: 221 222 print "Interrupted." 223 222 224 223 225 def createVm(ctx,name,kind,base): … … 1079 1081 if g_verbose: 1080 1082 traceback.print_exc() 1081 1083 ctx['global'].waitForEvents(0) 1082 1084 try: 1083 1085 # There is no need to disable metric collection. This is just an example.
Note:
See TracChangeset
for help on using the changeset viewer.