glideinWMS / glideinwms

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

Fixed alt code still using python (ie python2) interpreter #353

Closed mambelli closed 1 year ago

mambelli commented 1 year ago

Fixed alt code still using python (i.e. python2) interpreter There were some alternative routines (for jq in logging) and for base64 in a couple of places, using python code when the shell utility was not available. Now the code is compatible w/ both python2 and python3 and the invocation also looks first for python3 and then for python2.