You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/10 15:07:59 UTC

[GitHub] mik-laj edited a comment on issue #4472: [AIRFLOW-3664] Fix interpreter errors in test_python_operator.py

mik-laj edited a comment on issue #4472: [AIRFLOW-3664] Fix interpreter errors in test_python_operator.py
URL: https://github.com/apache/airflow/pull/4472#issuecomment-453127892
 
 
   Documenation says: 
   > If no expressions are present, raise re-raises the last exception that was active in the current scope. If no exception is active in the current scope, a RuntimeError exception is raised indicating that this is an error.
   
   https://docs.python.org/3.7/reference/simple_stmts.html#the-raise-statement
   
   This should not cause problems. Can you provide more information that allows me to reproduce the error?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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