HLA
HLA copied to clipboard
Python 3 support
Hi! Does the current version xHLA support python3?
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
Can we hope to see this update soon?