Changeset 6e49a4 in indico
- Timestamp:
- 03/17/11 10:30:42 (2 years ago)
- 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:
- a7950b
- Parents:
- ee1010
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (03/17/11 09:19:18)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (03/17/11 10:30:42)
- Location:
- indico
- Files:
-
- 2 edited
-
MaKaC/plugins/Collaboration/Vidyo/api/api.py (modified) (1 diff)
-
modules/scheduler/tasks.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/plugins/Collaboration/Vidyo/api/api.py
rc18126 r6e49a4 120 120 121 121 except WebFault, e: 122 Logger.get('Vidyo'). info("""Evt:%s, booking:%s, Admin API's getRooms operation got WebFault: %s""" %123 (confId, bookingId, e.fault.faultstring)) 124 raise e122 Logger.get('Vidyo').exception("""Evt:%s, booking:%s, Admin API's getRooms operation got WebFault: %s""" % 123 (confId, bookingId, e.fault.faultstring)) 124 raise 125 125 126 126 except Exception, e: -
indico/modules/scheduler/tasks.py
r07abe7 r6e49a4 360 360 self.smtpServer = Config.getInstance().getSmtpServer() 361 361 362 def run(self, check= False):362 def run(self, check=True): 363 363 import smtplib 364 364 from MaKaC.webinterface.mail import GenericMailer, GenericNotification 365 365 366 366 # prepare the mail 367 self._prepare(check=check) ;367 self._prepare(check=check) 368 368 369 369 addrs = [smtplib.quoteaddr(x) for x in self.toAddr]
Note: See TracChangeset
for help on using the changeset viewer.
