Changeset 31071 in vbox
- Timestamp:
- Jul 23, 2010 4:24:33 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r31034 r31071 1038 1038 if mach == None: 1039 1039 return 0 1040 if str(mach.sessionState) != str(ctx['const'].SessionState_Locked):1040 if mach.state != ctx['const'].MachineState_Running: 1041 1041 cmdClosedVm(ctx, mach, lambda ctx, mach, a: guestExec (ctx, mach, None, ' '.join(args[2:]))) 1042 1042 else:
Note:
See TracChangeset
for help on using the changeset viewer.

