Skip to content

Commit 89cfc1d

Browse files
committed
https://pythonclock.org/
1 parent d8e01ce commit 89cfc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_provenance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_secondary_files_explicit(self):
130130
}
131131
}
132132
jobJson = tempfile.mktemp("job.json")
133-
with open(jobJson, "w") as fp:
133+
with open(jobJson, "w", encoding="ASCII") as fp:
134134
json.dump(job, fp)
135135

136136
self.cwltool(get_data('tests/wf/sec-wf.cwl'), jobJson)

0 commit comments

Comments
 (0)