From f90548c7ea2c802ba9ca9925094e92365ebbac11 Mon Sep 17 00:00:00 2001 From: vkucera Date: Fri, 31 May 2024 13:47:20 +0000 Subject: [PATCH] [MegaLinter] Apply linters automatic fixes --- exec/make_command_o2.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/exec/make_command_o2.py b/exec/make_command_o2.py index 29db764e..6f8fe0d0 100644 --- a/exec/make_command_o2.py +++ b/exec/make_command_o2.py @@ -174,10 +174,12 @@ def main(): if save_tables: msg_warn("Tables will be saved in trees.") if perf: - msg_warn("Performance profiling stats will be saved in perf.data files.\n" - " Convert them with: perf script --demangle -i perf.data --no-inline |" - " c++filt -r -t > profile.linux-perf.txt\n" - " and upload the output to https://www.speedscope.app/.") + msg_warn( + "Performance profiling stats will be saved in perf.data files.\n" + " Convert them with: perf script --demangle -i perf.data --no-inline |" + " c++filt -r -t > profile.linux-perf.txt\n" + " and upload the output to https://www.speedscope.app/." + ) # Get workflow-independent options. dic_opt = dic_in["options"]