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



##########
File path: provider_packages/refactor_provider_packages.py
##########
@@ -664,6 +664,8 @@ def do_refactor(self, in_process: bool = False) -> None:  # 
noqa
 
 
 if __name__ == '__main__':
+    BACKPORT_PACKAGES = (os.getenv('BACKPORT_PACKAGES') == "true")
+    print(f"BACKPORT_PACKAGES={BACKPORT_PACKAGES}")

Review comment:
       Debug print left over?




----------------------------------------------------------------
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