VirtualBox

Changeset 29544 in vbox for trunk


Ignore:
Timestamp:
May 17, 2010 2:02:09 PM (15 years ago)
Author:
vboxsync
Message:

vboxshell: executeProcess() signature changed

File:
1 edited

Legend:

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

    r29541 r29544  
    844844    gargs = args
    845845    print "executing %s with args %s" %(args[0], gargs)
    846     (progress, pid) = guest.executeProcess(args[0], 0, gargs, env, "", "", "", user, passwd, tmo)
     846    (progress, pid) = guest.executeProcess(args[0], 0, gargs, env, user, passwd, tmo)
    847847    print "executed with pid %d" %(pid)
    848848    if pid != 0:
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