potiuk commented on code in PR #38489:
URL: https://github.com/apache/airflow/pull/38489#discussion_r1539703854
##########
dev/breeze/src/airflow_breeze/utils/docs_publisher.py:
##########
@@ -58,15 +58,15 @@ def _build_dir(self) -> str:
@property
def _current_version(self):
if not self.is_versioned:
- raise Exception("This documentation package is not versioned")
+ raise ValueError("This documentation package is not versioned")
Review Comment:
RuntimeError.
Additional description: "Make sure to add version in provider.yaml for the
package".
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]