Skip to content

Commit 6944e40

Browse files
committed
Fixed script format
1 parent 5a189de commit 6944e40

File tree

1 file changed

+1
-1
lines changed
  • vtr_flow/scripts/python_libs/vtr/vpr

1 file changed

+1
-1
lines changed

vtr_flow/scripts/python_libs/vtr/vpr/vpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def run(
215215
str(paths.lsan_supp)
216216
)
217217

218-
#Extra options to fine-tune AddressSanitizer (ASAN) behaviour.
218+
# Extra options to fine-tune AddressSanitizer (ASAN) behaviour.
219219
environ["ASAN_OPTIONS"] = "suppressions={} exitcode=23".format(str(paths.asan_supp))
220220
command_runner.run_system_command(
221221
cmd, temp_dir=temp_dir, log_filename=log_filename, indent_depth=1

0 commit comments

Comments
 (0)