UnicodeWarning on first switch to project's file panel

Issue #65 new
Andrey Skvortsov created an issue

Steps to reproduce:

  1. Launch Beremiz (Beremiz should be closed before) from terminal
  2. Open svgui example
  3. Open project's properties
  4. Open project's file panel
  5. Switch to project's properties tab
  6. Switch back to file panel

In console following warning is shown:

/home/developer/WorkData/PLC/beremiz/beremiz/controls/FolderTree.py:162: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  elif self.Tree.GetItemText(item) != filename:

Comments (0)

  1. Log in to comment