fix warning about unescaped control sequence
Signed-off-by: Nicholas Curtis <nicurtis@amd.com>
[ROCm/rocprofiler-compute commit: a25da8d954]
This commit is contained in:
committed by
Cole Ramos
szülő
d0908cdc33
commit
e44e85625a
@@ -76,8 +76,9 @@ class Omniperf:
|
||||
logging.info("Execution mode = %s" % self.__mode)
|
||||
|
||||
def print_graphic(self):
|
||||
"""Log program name as ascii art to terminal."""
|
||||
ascii_art = """
|
||||
"""Log program name as ascii art to terminal.
|
||||
"""
|
||||
ascii_art = r"""
|
||||
___ _ __
|
||||
/ _ \ _ __ ___ _ __ (_)_ __ ___ _ __ / _|
|
||||
| | | | '_ ` _ \| '_ \| | '_ \ / _ \ '__| |_
|
||||
|
||||
Reference in New Issue
Block a user