VirtualBox

Ignore:
Timestamp:
Apr 26, 2010 2:38:45 PM (15 years ago)
Author:
vboxsync
Message:

python: WS bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r28740 r28751  
    268268
    269269def colVm(ctx,vm):
    270     return colored(vm, 'blue')
     270    return colored(str(vm), 'blue')
    271271
    272272def createVm(ctx,name,kind,base):
     
    747747                    print "    Size: %s" %(m.size)
    748748
    749     print colCat(ctx,"   Shared folders:")
     749    print
     750    print colCat(ctx,"  Shared folders:")
    750751    for sf in ctx['global'].getArray(mach, 'sharedFolders'):
    751752        printSf(ctx,sf)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette