Minor edit for lib_system_check.py

Hi,
I ran into a minor bug in 'lib_system_check.py'.
At Line 791,
if maj > 10 or minor >= 11:
is supposed to be
if maj > 10 or min >= 11:

Thank you.
Dojoon

Hi @dojoonyi. Yes, thanks for mentioning that. Actually, I will propagate minor instead of min (since min is a function).

Thanks!

  • rick

BTW, the update is in and will be available with the next build (or now, if you build yourself :).

Thanks again,

  • rick