Skip to content

Commit df248db

Browse files
committed
fix indentation
1 parent 10f72cd commit df248db

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

python/plugins/processing/algs/otb/maintenance/OTBHelper.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def create_xml_descriptors():
667667
except:
668668
logger.error("Unit test for command %s must be fixed: %s" % (available_app, traceback.format_exc()))
669669
else:
670-
logger.warning("%s (not custom app) is not in white list." % available_app)
670+
logger.warning("%s (not custom app) is not in white list." % available_app)
671671
# except Exception, e:
672672
# logger.error(traceback.format_exc())
673673

@@ -696,7 +696,7 @@ def create_html_description():
696696
if __name__ == "__main__":
697697
# Prepare the environment
698698
from qgis.core import QgsApplication
699-
699+
700700
app = QgsApplication([], True)
701701
QgsApplication.initQgis()
702702

python/plugins/processing/algs/otb/maintenance/OTBSpecific_XMLcreation.py

+2
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ def getTrainImagesClassifier(available_app, original_dom_document):
480480
the_list.append(split[key])
481481
return the_list
482482

483+
483484
def getTrainRegression(available_app, original_dom_document):
484485
"""
485486
Split by classifier (ann, dt, gbt, knn, libsvm, rf)
@@ -495,6 +496,7 @@ def getTrainRegression(available_app, original_dom_document):
495496
the_list.append(split[key])
496497
return the_list
497498

499+
498500
def getTrainVectorClassifier(available_app, original_dom_document):
499501
"""
500502
Split by classifier (ann, dt, gbt, knn, libsvm, rf)

0 commit comments

Comments
 (0)