HLA icon indicating copy to clipboard operation
HLA copied to clipboard

Python 3 support

Open PKazakova opened this issue 4 years ago • 2 comments

Hi! Does the current version xHLA support python3?

PKazakova avatar May 06 '20 14:05 PKazakova

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

xhy1219 avatar May 20 '20 02:05 xhy1219

Can we hope to see this update soon?

serge2016 avatar Jun 24 '20 22:06 serge2016