Skip to content

Commit f3e3fc5

Browse files
Generated commit to update templated files based on rev dc7fdf3 in stackabletech/operator-templating repo. (#167)
Triggered by: Manual run triggered by: razvan with message [test script fixes]
1 parent 8358e2a commit f3e3fc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/run-tests

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env python
1+
#!/usr/bin/env python
22
# vim: filetype=python syntax=python tabstop=4 expandtab
33

44
import argparse
@@ -203,7 +203,6 @@ def release_file(
203203
with tempfile.NamedTemporaryFile(
204204
mode="w",
205205
delete=False,
206-
delete_on_close=False,
207206
prefix="patched",
208207
) as f:
209208
pcontents = "".join(patched_release)

0 commit comments

Comments
 (0)