You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2019/11/18 14:41:05 UTC

[GitHub] [cassandra] thedrow opened a new pull request #384: Use newer syntax for catching exception objects

thedrow opened a new pull request #384: Use newer syntax for catching exception objects
URL: https://github.com/apache/cassandra/pull/384
 
 
   Python 3 does not support `except Exception, e`.
   This is the old deprecated syntax.
   We should use the `except Exception as e` which is supported on Python 2.7 and above.
   
   Ref CASSANDRA-10190.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org