Skip to content

Commit 8e8e97a

Browse files
committed
cwltool/stdfsaccess.py: use io.open instead of builtin open
1 parent 990ddd4 commit 8e8e97a

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)