Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Aug 23, 2016
1 parent 10f72cd commit df248db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/otb/maintenance/OTBHelper.py
Expand Up @@ -667,7 +667,7 @@ def create_xml_descriptors():
except:
logger.error("Unit test for command %s must be fixed: %s" % (available_app, traceback.format_exc()))
else:
logger.warning("%s (not custom app) is not in white list." % available_app)
logger.warning("%s (not custom app) is not in white list." % available_app)
# except Exception, e:
# logger.error(traceback.format_exc())

Expand Down Expand Up @@ -696,7 +696,7 @@ def create_html_description():
if __name__ == "__main__":
# Prepare the environment
from qgis.core import QgsApplication

app = QgsApplication([], True)
QgsApplication.initQgis()

Expand Down
Expand Up @@ -480,6 +480,7 @@ def getTrainImagesClassifier(available_app, original_dom_document):
the_list.append(split[key])
return the_list


def getTrainRegression(available_app, original_dom_document):
"""
Split by classifier (ann, dt, gbt, knn, libsvm, rf)
Expand All @@ -495,6 +496,7 @@ def getTrainRegression(available_app, original_dom_document):
the_list.append(split[key])
return the_list


def getTrainVectorClassifier(available_app, original_dom_document):
"""
Split by classifier (ann, dt, gbt, knn, libsvm, rf)
Expand Down

0 comments on commit df248db

Please sign in to comment.