Update view_utils.py:
It looks like the previous check that determined if the file_version was None is broken in python3: https://stackoverflow.com/questions/8961005/comparing-none-with-built-in-types-using-arithmetic-operators So the comparison of log.file_version=None >=0 would error out. I added the conditional to the top of the block and combined a couple of lines.
Loading
Please register or sign in to comment