Changeset 80229 in vbox for trunk/src/VBox/ValidationKit/tests/storage
- Timestamp:
- Aug 12, 2019 6:07:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py
r80227 r80229 296 296 else: 297 297 try: 298 self.isFile(sPath);298 os.path.isFile(sPath); 299 299 except: 300 300 fRc = False;
Note:
See TracChangeset
for help on using the changeset viewer.