ashb commented on a change in pull request #12514:
URL: https://github.com/apache/airflow/pull/12514#discussion_r527835605



##########
File path: airflow/upgrade/rules/__init__.py
##########
@@ -21,7 +21,7 @@ def get_rules():
     """Automatically discover all rules"""
     rule_classes = []
     path = os.path.dirname(os.path.abspath(__file__))
-    for file in os.listdir(path):
+    for file in sorted(os.listdir(path)):

Review comment:
       This is so the version check can be run first.




----------------------------------------------------------------
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:
[email protected]


Reply via email to