commit | 3ec4031a4c6d685bcc02fa10dd13b2df58732b82 | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Thu Jan 31 18:35:51 2019 -0500 |
committer | James E. King III <jking@apache.org> | Fri Feb 01 11:13:49 2019 -0500 |
tree | a8ca7edd5f22cc4503cdd194a2036e7764325663 | |
parent | 53bd0e6295547e76ab00913cfd62f8d040bd996c [diff] [blame] |
THRIFT-4405: fix cygwin on appveyor
diff --git a/tutorial/py.twisted/PythonClient.py b/tutorial/py.twisted/PythonClient.py index 63dde7e..2976495 100755 --- a/tutorial/py.twisted/PythonClient.py +++ b/tutorial/py.twisted/PythonClient.py
@@ -67,6 +67,7 @@ print(('Check log: %s' % (log.value))) reactor.stop() + if __name__ == '__main__': d = ClientCreator(reactor, TTwisted.ThriftClientProtocol,