Changeset 950:ff816fbdc044
- Timestamp:
- 05/07/19 18:32:53 (6 years ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/update.py
r949 r950 364 364 365 365 targetDirectory = os.path.dirname(targetFile) 366 if not os.path.isdir(targetDirectory):366 if targetDirectory and not os.path.isdir(targetDirectory): 367 367 os.makedirs(targetDirectory) 368 368
Note:
See TracChangeset
for help on using the changeset viewer.