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.
This fixes
QNSPECTRunAlgorithms
not reloading when reloaded throughPlugin Reloader
plugin.The check for
issubclass
is removed and a comment is added to only exportQNSPECTAlgorithm
classes and subclasses from the algorithms package. The previous code was correct too but it wasn't going down well with thePlugin Reloader
plugin for some unknown reason.