Ignore:
Timestamp:
23 Apr 2013, 04:44:38 (12 years ago)
Author:
Henrik Bettermann
Message:

Explain why file attributes must come first.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/imagestorage.py

    r8575 r10093  
    523523
    524524        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'``
    526528        """
    527529        result = path
Note: See TracChangeset for help on using the changeset viewer.