~facundo/magicicada-server/incorporate-venv-client

« back to all changes in this revision

Viewing changes to magicicada/server/server.py

  • Committer: Facundo Batista
  • Date: 2018-03-20 19:21:27 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: facundo@taniquetil.com.ar-20180320192127-12gnfgeu7lkzhgg7
Updated magicicada client to r1440.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1698
1698
            self._log_exception(exc)
1699
1699
            yield self._send_protocol_error(failure)
1700
1700
            yield self.done()
1701
 
        except:
 
1701
        except Exception:
1702
1702
            yield self.internal_error(Failure())
1703
1703
 
1704
1704
    def _processMessage(self, message):