You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ meza --version
Traceback (most recent call last):
File "/usr/bin/meza", line 1269, in <module>
main(sys.argv[1:])
File "/usr/bin/meza", line 64, in main
print( "Meza " + version.strip() )
TypeError: must be str, not bytes
Python 3.6.8
The text was updated successfully, but these errors were encountered:
I fixed this issue in my recent fork of the nasa/nasa-grc branch (I will be submitting pull requests to NASA and I'm happy to talk about coordination).
Error is:
Python 3.6.8
The text was updated successfully, but these errors were encountered: