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 a844d95 commit bd81554Copy full SHA for bd81554
1 file changed
scripts/run-tests
@@ -1,4 +1,4 @@
1
-#!/bin/env python
+#!/usr/bin/env python
2
# vim: filetype=python syntax=python tabstop=4 expandtab
3
4
import argparse
@@ -203,7 +203,6 @@ def release_file(
203
with tempfile.NamedTemporaryFile(
204
mode="w",
205
delete=False,
206
- delete_on_close=False,
207
prefix="patched",
208
) as f:
209
pcontents = "".join(patched_release)
0 commit comments