Skip to content

Improved confTool.py to produce correct output / confTool.py refactor

Michal Leszczynski requested to merge (removed):fix-conf-tool into master

Now the diff option does not treat as different:

  • True and 'True'
  • Sets having different internal order (because they are intepreted as lists when loading .pkl files)

Many changes from " to ' are results of using python pep8 formatting tool - black.

Merge request reports