Yann Leboulanger pushed to branch xep-0319 at gajim / gajim

Commits:
10a50064 by Yann Leboulanger at 2017-07-28T22:42:35+02:00
fix missing return

- - - - -


1 changed file:

- gajim/common/connection_handlers_events.py


Changes:

=====================================
gajim/common/connection_handlers_events.py
=====================================
--- a/gajim/common/connection_handlers_events.py
+++ b/gajim/common/connection_handlers_events.py
@@ -148,6 +148,7 @@ class HelperEvent:
             except ValueError as e:
                 log.info('Wrong time format: %s' % str(e))
                 return None
+        return t
 
 class HttpAuthReceivedEvent(nec.NetworkIncomingEvent):
     name = 'http-auth-received'



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/10a50064cdae247f65fe7779b9d85522640e0e48
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to