Skip to content

Commit

Permalink
Update colorized.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev authored Sep 1, 2024
1 parent 589b6ba commit e22ef4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/logger/colorized.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ,
Expand Down

0 comments on commit e22ef4d

Please sign in to comment.