Skip to content
Snippets Groups Projects
Commit 633e7f0b authored by Alexander Pace's avatar Alexander Pace
Browse files

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.
parent 775cd822
No related branches found
No related tags found
No related merge requests found
Pipeline #94439 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment