NOAA-OCM / QNSPECT

QGIS Plugin for NOAA Nonpoint Source Pollution and Erosion Comparison Tool (NSPECT)
GNU General Public License v2.0
7 stars 5 forks source link

remove check for subclass of QNSPECTAlgorithm #90

Closed ar-siddiqui closed 2 years ago

ar-siddiqui commented 2 years ago

This fixes QNSPECTRunAlgorithms not reloading when reloaded through Plugin Reloader plugin.

The check for issubclass is removed and a comment is added to only export QNSPECTAlgorithm classes and subclasses from the algorithms package. The previous code was correct too but it wasn't going down well with the Plugin Reloader plugin for some unknown reason.

DaveEslinger commented 2 years ago

Tested, looks good and works, approved.