Changeset 66472 in vbox
- Timestamp:
- Apr 7, 2017 9:52:14 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/utils.py
r66302 r66472 926 926 try: self.sImage = oProcess.Properties_("ExecutablePath").Value; 927 927 except: pass; 928 try: self.asArgs = oProcess.Properties_("CommandLine").Value; ## @todo split it.928 try: self.asArgs = [oProcess.Properties_("CommandLine").Value]; ## @todo split it. 929 929 except: pass; 930 930 try: self.iParentPid = oProcess.Properties_("ParentProcessId").Value;
Note:
See TracChangeset
for help on using the changeset viewer.