hpcugent / vsc-base

Basic Python libraries used by UGent's HPC group
Other
14 stars 51 forks source link

handle strings encoding in hash_pass with Python3 #325

Closed lexming closed 2 years ago

lexming commented 2 years ago

base64.b64encode() requires byte-like objects in Python 3.

lexming commented 2 years ago

Tests failure is unrelated to the changes in this PR, seems that there is some incompatibility between the packages in the test environment.