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
Currently the simlib output produces HOST: b'time' in python 3 while it should produce HOST: 'time'. This is due to unicode encoding in py3 and code should be fixed to fix this.
The text was updated successfully, but these errors were encountered:
Currently the simlib output produces
HOST: b'time'
in python 3 while it should produceHOST: 'time'
. This is due to unicode encoding in py3 and code should be fixed to fix this.The text was updated successfully, but these errors were encountered: