We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f830bb5 commit 0de6904Copy full SHA for 0de6904
src/helper/merge.py
@@ -149,6 +149,8 @@ def merge_runtimes(paths, output):
149
runtimes.append(root[n:])
150
151
for x in files:
152
+ if x in ('pytransform_bootstrap.py', 'pytransform_protection.py'):
153
+ continue
154
if x.startswith('pytransform'):
155
runtimes.append(os.path.join(root, x)[n:])
156
elif is_pyscript(x) and not pyvers:
0 commit comments