Changeset 7ca902 in indico


Ignore:
Timestamp:
03/18/11 10:18:57 (2 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
824614
Parents:
5e086e
Message:

[FIX] Fast fix to review after

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/roomMapping.py

    r2114b0 r7ca902  
    145145    def satisfies(self,roomMapper, exact=False): 
    146146        for value in self._values: 
    147             if value.strip() != "": 
     147            if value is not None and value.strip() != "": 
    148148                if value.strip() == "*": 
    149149                    return True 
Note: See TracChangeset for help on using the changeset viewer.