VirtualBox

Changeset 66472 in vbox


Ignore:
Timestamp:
Apr 7, 2017 9:52:14 AM (8 years ago)
Author:
vboxsync
Message:

common/utils.py: make asArgs at least an array containing one string, not just a string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/common/utils.py

    r66302 r66472  
    926926        try:    self.sImage     = oProcess.Properties_("ExecutablePath").Value;
    927927        except: pass;
    928         try:    self.asArgs     = oProcess.Properties_("CommandLine").Value; ## @todo split it.
     928        try:    self.asArgs     = [oProcess.Properties_("CommandLine").Value]; ## @todo split it.
    929929        except: pass;
    930930        try:    self.iParentPid = oProcess.Properties_("ParentProcessId").Value;
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