Changeset f6e097 in indico


Ignore:
Timestamp:
03/28/11 11:56:56 (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, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
db58e7
Parents:
b1193d
git-author:
Adrian Moennich <jerome.ernst.monnich@…> (03/22/11 16:05:42)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (03/28/11 11:56:56)
Message:

[FIX] (maybe) fix NoneType? .strip() error when changing conf location

  • It fixes a possible cause for the issue. Since it occured randomly i couldn't test if that was actually the problem or not.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/services/implementation/conference.py

    rfe1e0a rf6e097  
    229229            locAddress = loc.getAddress() 
    230230        else: 
    231             locName = None 
     231            locName = '' 
    232232            locAddress = '' 
    233233        if room: 
    234234            roomName = room.name 
    235235        else: 
    236             roomName = None 
     236            roomName = '' 
    237237 
    238238        return { 'location': locName, 
Note: See TracChangeset for help on using the changeset viewer.