Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix iterator to be compatible with python3 #118

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

diraol
Copy link

@diraol diraol commented Jul 6, 2022

Description of the Change

iteritems was replaced by items while migrating from python2 to python3.

Benefits

Fix the usage of the airflow_admin_connections variable when running ansible with python3.

Possible Drawbacks

It may stop working with python2 (that has already reached EOL anyway).

Applicable Issues

@diraol diraol changed the title Dro/fix iterator Fix iterator to be compatible with python3 Jul 6, 2022
ultraheroe and others added 4 commits April 14, 2023 14:19
iteritems was replaced by items while migrating from python2 to
python3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants