We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a189de commit 6944e40Copy full SHA for 6944e40
vtr_flow/scripts/python_libs/vtr/vpr/vpr.py
@@ -215,7 +215,7 @@ def run(
215
str(paths.lsan_supp)
216
)
217
218
- #Extra options to fine-tune AddressSanitizer (ASAN) behaviour.
+ # Extra options to fine-tune AddressSanitizer (ASAN) behaviour.
219
environ["ASAN_OPTIONS"] = "suppressions={} exitcode=23".format(str(paths.asan_supp))
220
command_runner.run_system_command(
221
cmd, temp_dir=temp_dir, log_filename=log_filename, indent_depth=1
0 commit comments