Changeset 950:ff816fbdc044 for src


Ignore:
Timestamp:
05/07/19 18:32:53 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Files updated in the root directory of the logger are handled (re #347)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/update.py

    r949 r950  
    364364
    365365            targetDirectory = os.path.dirname(targetFile)
    366             if not os.path.isdir(targetDirectory):
     366            if targetDirectory and not os.path.isdir(targetDirectory):
    367367                os.makedirs(targetDirectory)
    368368               
Note: See TracChangeset for help on using the changeset viewer.