Changeset 10093 for main/waeup.kofa/trunk/src/waeup
- Timestamp:
- 23 Apr 2013, 04:44:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/imagestorage.py
r8575 r10093 523 523 524 524 will find any file like ``'/tmp/myfile.txt'``, 525 ``'/tmp/myfile.jpg'`` and so on, if it exists. 525 ``'/tmp/myfile.jpg'`` but also ``'/tmp/myfile_any_attribute.pdf'``, 526 if it exists. Therefore we must be careful. File attributes 527 must come first: ``'/tmp/any_attribute_myfile.pdf'`` 526 528 """ 527 529 result = path
Note: See TracChangeset for help on using the changeset viewer.