Skip to content

Commit

Permalink
updated code
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jun 10, 2024
1 parent 5ee8c94 commit a57f685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py_src/gen2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,7 @@ def process_isalgorithm(classinfo):
def prepare_gleam_dstdir(gleam_dstdir):
outdated_files = glob(gleam_dstdir + "/*.erl")
for f in outdated_files:
outdated_file = Path(f)
if outdated_file.name == 'evision_mat.erl':
continue
Path(f).unlink()
Expand Down

0 comments on commit a57f685

Please sign in to comment.