Changeset 953:ad2ac5a19fc2
- Timestamp:
- 05/07/19 18:32:53 (6 years ago)
- Branch:
- version_0.39_maint
- Phase:
- public
- transplant_source:
- ÿo½ÀDl]¬iH.ÿ|X
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/update.py
r952 r953 361 361 362 362 targetDirectory = os.path.dirname(targetFile) 363 if not os.path.isdir(targetDirectory):363 if targetDirectory and not os.path.isdir(targetDirectory): 364 364 os.makedirs(targetDirectory) 365 365
Note:
See TracChangeset
for help on using the changeset viewer.