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
I ran it on python3. You need to modify a bit on bin/report.py.
In this line: parser.add_argument('-in', dest = 'input', type = file, required = True, help = 'Input file')
type=file needs to be changed into type=open
Hi!
Does the current version xHLA support python3?
The text was updated successfully, but these errors were encountered: