File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
python/plugins/processing/algs/otb/maintenance Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ def create_xml_descriptors():
652
652
except :
653
653
logger .error ("Unit test for command %s must be fixed: %s" % (available_app , traceback .format_exc ()))
654
654
else :
655
- logger .warning ("%s is not in white list." % available_app )
655
+ logger .warning ("%s (custom app) is not in white list." % available_app )
656
656
657
657
else :
658
658
if available_app in white_list and available_app not in black_list :
@@ -666,7 +666,8 @@ def create_xml_descriptors():
666
666
get_automatic_ut_from_xml_description (the_root )
667
667
except :
668
668
logger .error ("Unit test for command %s must be fixed: %s" % (available_app , traceback .format_exc ()))
669
-
669
+ else :
670
+ logger .warning ("%s (not custom app) is not in white list." % available_app )
670
671
# except Exception, e:
671
672
# logger.error(traceback.format_exc())
672
673
You can’t perform that action at this time.
0 commit comments