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 affcbf3 commit f3fe16cCopy full SHA for f3fe16c
.ci/code_generation.py
@@ -21,6 +21,8 @@
21
continue
22
if file_path.name == "operator.mustache":
23
24
+ if file_path.stem == "translator":
25
+ continue
26
try:
27
if file_path.is_dir():
28
shutil.rmtree(file_path)
0 commit comments