Skip to content

Commit

Permalink
Fix pb_to_tb (openvinotoolkit#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor authored Jul 14, 2021
1 parent a8e2ee1 commit 87599d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pb_to_tb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 87599d8

Please sign in to comment.