tarsqi / ttk

Tarsqi Toolkit
Apache License 2.0
25 stars 10 forks source link

Warning when running in Python3 #104

Closed marcverhagen closed 3 years ago

marcverhagen commented 3 years ago

Get this warning:

components/common_modules/tree.py:417: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if v is not None and k is not 'eventID' }

Fixed this, but keeping this open because the fix is not submitted yet and there may be other similar warnings.