- Timestamp:
- Nov 16, 2009 2:55:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r24589 r24697 394 394 traceback.print_exc() 395 395 return 396 if s ession.state != ctx['ifaces'].SessionState_Open:396 if str(session.state) != str(ctx['ifaces'].SessionState_Open): 397 397 print "Session to '%s' in wrong state: %s" %(mach.name, session.state) 398 398 return
Note:
See TracChangeset
for help on using the changeset viewer.