jenkins-decrypt icon indicating copy to clipboard operation
jenkins-decrypt copied to clipboard

DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes()

Open CaledoniaProject opened this issue 5 years ago • 0 comments

Hi there,

You might wanna update your script to remove the warning:

decrypt.py:76: DeprecationWarning: decodestring() is a deprecated alias since Python 3.1, use decodebytes()
  p = base64.decodestring(bytes(password, 'utf-8'))

CaledoniaProject avatar Sep 14 '19 14:09 CaledoniaProject