harvesters_gui
harvesters_gui copied to clipboard
Fix warning about cti_files being deprecated
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.