harvesters_gui icon indicating copy to clipboard operation
harvesters_gui copied to clipboard

Fix warning about cti_files being deprecated

Open cgraf78 opened this issue 1 year ago • 0 comments

harvesters-gui currently prints this warning to the console when it starts:

harvesters_gui\frontend\pyqt5.py:163: DeprecationWarning: please consider to use files instead of cti_files.
  return self.harvester_core.cti_files

Apply the suggested fix to suppress the warning.

cgraf78 avatar May 25 '23 03:05 cgraf78