diff --git a/tools/pb_to_tb.py b/tools/pb_to_tb.py index 1352d7fcea7..dc4ff66ae80 100644 --- a/tools/pb_to_tb.py +++ b/tools/pb_to_tb.py @@ -10,7 +10,7 @@ ] graphs = {} -tb_log_path = Path("/tmp/tb") +tb_log_path = Path("/tmp/tb") # nosec if tb_log_path.exists(): shutil.rmtree(tb_log_path) tb_log_path.mkdir()