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 OrderedDict definition #11121

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Conversation

jan-cerny
Copy link
Collaborator

We shouldn't pass a dict to the OrderedDict because in Python older than 3.6 dicts aren't ordered, it goes against the intention of using the OrderedDict here.

We shouldn't pass a dict to the OrderedDict because in Python
older than 3.6 dicts aren't ordered, it goes against the intention
of using the OrderedDict here.
@jan-cerny jan-cerny added the Infrastructure Our content build system label Sep 15, 2023
@github-actions
Copy link

Start a new ephemeral environment with changes proposed in this pull request:

Fedora Environment
Open in Gitpod

Oracle Linux 8 Environment
Open in Gitpod

@codeclimate
Copy link

codeclimate bot commented Sep 15, 2023

Code Climate has analyzed commit 7aa2bd9 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 0.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 53.8% (0.0% change).

View more on Code Climate.

@Mab879 Mab879 self-assigned this Sep 18, 2023
@Mab879 Mab879 added this to the 0.1.70 milestone Sep 19, 2023
@Mab879
Copy link
Member

Mab879 commented Sep 19, 2023

I'm waving the Rawhide test as it was not caused by this PR.

@Mab879 Mab879 merged commit 65e2469 into ComplianceAsCode:master Sep 19, 2023
36 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Our content build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants