Skip to content

Commit

Permalink
fix: fix isatable read errors
Browse files Browse the repository at this point in the history
  • Loading branch information
oyurekten committed Nov 20, 2024
1 parent 554f731 commit dc61316
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def fix_isa_table_file(
iteration = 0
while True:
new_file_content = re.sub(
new_line_in_cells_pattern, r'\t"\1\3"\t', file_content
new_line_in_cells_pattern, r'\t"\2\4"\t', file_content
)
if new_file_content == file_content:
break
Expand Down

0 comments on commit dc61316

Please sign in to comment.