Changeset 33d177a


Ignore:
Timestamp:
11/30/11 11:25:53 (19 months ago)
Author:
yomguy <yomguy@…>
Branches:
master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
Children:
7748c20
Parents:
6229b12
git-author:
yomguy <yomguy@…> (11/30/11 11:25:53)
git-committer:
yomguy <yomguy@…> (11/30/11 11:25:53)
Message:

bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telemeta/models/media.py

    r6229b12 r33d177a  
    468468    def to_dict(self): 
    469469        if self.analyzer_id == 'duration': 
    470             if '.' in value: 
     470            if '.' in self.value: 
    471471                value = self.value.split('.') 
    472472                self.value = '.'.join([value[0], value[1][:2]]) 
Note: See TracChangeset for help on using the changeset viewer.