File tree Expand file tree Collapse file tree
python/plugins/processing/algs/otb/maintenance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ def create_xml_descriptors():
650650 except :
651651 logger .error ("Unit test for command %s must be fixed: %s" % (available_app , traceback .format_exc ()))
652652 else :
653- logger .warning ("%s is not in white list." % available_app )
653+ logger .warning ("%s (custom app) is not in white list." % available_app )
654654
655655 else :
656656 if available_app in white_list and available_app not in black_list :
@@ -664,7 +664,8 @@ def create_xml_descriptors():
664664 get_automatic_ut_from_xml_description (the_root )
665665 except :
666666 logger .error ("Unit test for command %s must be fixed: %s" % (available_app , traceback .format_exc ()))
667-
667+ else :
668+ logger .warning ("%s (not custom app) is not in white list." % available_app )
668669 # except Exception, e:
669670 # logger.error(traceback.format_exc())
670671
You can’t perform that action at this time.
0 commit comments