semiautomaticgit / SemiAutomaticClassificationPlugin

https://fromgistors.blogspot.com/p/semi-automatic-classification-plugin.html
Other
137 stars 50 forks source link

NameError: name 'd' is not defined #46

Closed kadirsahbaz closed 5 years ago

kadirsahbaz commented 5 years ago

In maininterface/erosionTab.py, line 81 (sN=cfg.osSCP.path.basename(str(d))) throw this error: NameError: name 'd' is not defined.

d doesn't exist and sN is not used in the file. I guess it should be deleted or changed to line comment.

semiautomaticgit commented 5 years ago

Thank you, I'll fix this