Skip to content

Commit f3fe16c

Browse files
committed
Do not remove translator.py during code_generation.py
1 parent affcbf3 commit f3fe16c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/code_generation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
continue
2222
if file_path.name == "operator.mustache":
2323
continue
24+
if file_path.stem == "translator":
25+
continue
2426
try:
2527
if file_path.is_dir():
2628
shutil.rmtree(file_path)

0 commit comments

Comments
 (0)