Changeset 80824 in vbox for trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
- Timestamp:
- Sep 16, 2019 1:18:44 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r77978 r80824 268 268 perf = ctx['perf'] 269 269 session = ctx['global'].getSessionObject() 270 progress = mach.launchVMProcess(session, vmtype, "") 270 asEnv = [] 271 progress = mach.launchVMProcess(session, vmtype, asEnv) 271 272 if progressBar(ctx, progress, 100) and int(progress.resultCode) == 0: 272 273 # we ignore exceptions to allow starting VM even if
Note:
See TracChangeset
for help on using the changeset viewer.