Skip to content

Commit

Permalink
Fixes typing error in "architecture_report_experiment.py"
Browse files Browse the repository at this point in the history
  • Loading branch information
s8jsweis committed Apr 22, 2024
1 parent 6e35a8f commit 773f1bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def actions_for_project(

bc_file_extensions = [
BCFileExtensions.NO_OPT,
BCFileExtentions.ARCH,
BCFileExtensions.ARCH,
]
extraction_error_handler = create_default_compiler_error_handler(
self.get_handle(), project, self.REPORT_SPEC.main_report
Expand Down

0 comments on commit 773f1bf

Please sign in to comment.