Changeset baf19c6


Ignore:
Timestamp:
May 17, 2010 10:08:34 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
6df4b11
Parents:
5e4025d
Message:

Missed a typo in that huge commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/compose.py

    r5e4025d rbaf19c6  
    374374    """
    375375    idx = fn.rfind('.')
    376     if idx != -1: return [idx+1:]
     376    if idx != -1: return fn[idx+1:]
    377377    else: return None
    378378
Note: See TracChangeset for help on using the changeset viewer.