Skip to content

Commit fe79c22

Browse files
authored
Merge pull request #476 from common-workflow-language/open_io
cwltool/stdfsaccess.py: use io.open instead of builtin open
2 parents dbf19bc + 4b05c80 commit fe79c22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cwltool/stdfsaccess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from __future__ import absolute_import
22
import glob
33
import os
4+
from io import open
45
from typing import BinaryIO, List, Union, Text, IO, overload
56

67
from .utils import onWindows

0 commit comments

Comments
 (0)