Fix Python 2 compatibility issue. (#2340)

This commit is contained in:
Felix Fontein 2021-04-26 06:56:21 +02:00 committed by GitHub
commit 5195536bd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "jenkins_plugin - fixes Python 2 compatibility issue (https://github.com/ansible-collections/community.general/pull/2340)."