We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a87999 commit f8de083Copy full SHA for f8de083
python/plugins/processing/algs/otb/OTBAlgorithm.py
@@ -82,7 +82,7 @@ def help(self):
82
if os.path.exists(helpfile):
83
return False, helpfile
84
else:
85
- raise False
+ return False, None
86
87
def adapt_list_to_string(self, c_list):
88
a_list = c_list[1:]
0 commit comments