diff --git a/ostap/logger/colorized.py b/ostap/logger/colorized.py index 961469ca..73040021 100644 --- a/ostap/logger/colorized.py +++ b/ostap/logger/colorized.py @@ -228,7 +228,7 @@ def warning_info ( what ) : # ============================================================================== ## Attention information -def attention_str ( what ) : +def attention_info ( what ) : """ Attention information """ return colored_string ( what , foreground = WHITE ,