glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 46 forks source link

Fixing OSG_autoconf and x509Support unit tests with EL8 and Py39 #186

Closed mambelli closed 2 years ago

mambelli commented 2 years ago

Fixing OSG_autoconf and x509Support unit tests with EL8 and Python 3.9, and fixed string handling in x509Support

Added function in defaults to make sure a string is returned

Added comments, type annotations, and a note for a TODO refactoring and unused code lines

This solves part of #177