We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe05b17 commit 41f7df1Copy full SHA for 41f7df1
1 file changed
planemo/engine/interface.py
@@ -105,6 +105,7 @@ def _collect_test_results(self, test_cases):
105
suffix=".json",
106
prefix="plnmotmptestjob",
107
delete=False,
108
+ mode="w+",
109
)
110
tmp_path = f.name
111
job_path = tmp_path
0 commit comments