Show
Ignore:
Timestamp:
11/29/08 00:31:06 (3 years ago)
Author:
cfreeze@…
Branch:
default
Message:

remove extra spaces that were appearing in the area text

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • StormSiren/AlertDevice.py

    r187 r189  
    139139                if(self.__areas.has_key(state)): 
    140140                        for area in alert_areas: 
    141                                 self.log.debug("checking if %s is in (%s)" % (area.lower(),self.__areas[state])) 
     141                                self.log.debug("checking if (%s) is in (%s)" % (area.lower(),self.__areas[state])) 
    142142                                if(area.lower() in self.__areas[state]): 
    143143                                        self.log.debug("%s IS IN (%s)" % (area.lower(),self.__areas[state]))