VirtualBox

Changeset 28378 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 15, 2010 3:55:48 PM (15 years ago)
Author:
vboxsync
Message:

python shell: gexec wrong return args order

File:
1 edited

Legend:

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

    r28374 r28378  
    703703    tmo = 0
    704704    print "executing %s with %s" %(args[0], args[1:])
    705     (pid, progress) = console.guest.executeProcess(args[0], 0, args[1:], [], "", "", "", user, passwd, tmo)
     705    (progress, pid) = console.guest.executeProcess(args[0], 0, args[1:], [], "", "", "", user, passwd, tmo)
    706706    print "executed with pid %d" %(pid)
    707707
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