Changeset 70521 in vbox for trunk/src/VBox/ValidationKit/tests/api/tdMoveMedium.py
- Timestamp:
- Jan 10, 2018 3:49:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdMoveMedium.py
r69111 r70521 136 136 sNewLoc = os.path.join(sOrigLoc, 'newLocation/') 137 137 138 os.makedirs(sNewLoc, 0 775);138 os.makedirs(sNewLoc, 0o775); 139 139 140 140 aListOfAttach = oVM.getMediumAttachmentsOfController(sController)
Note:
See TracChangeset
for help on using the changeset viewer.