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 @@ -650,7 +650,7 @@ def create_xml_descriptors():
650
650
except :
651
651
logger .error ("Unit test for command %s must be fixed: %s" % (available_app , traceback .format_exc ()))
652
652
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 )
654
654
655
655
else :
656
656
if available_app in white_list and available_app not in black_list :
@@ -664,7 +664,8 @@ def create_xml_descriptors():
664
664
get_automatic_ut_from_xml_description (the_root )
665
665
except :
666
666
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 )
668
669
# except Exception, e:
669
670
# logger.error(traceback.format_exc())
670
671
You can’t perform that action at this time.
0 commit comments