Skip to content

Commit be52120

Browse files
committed
adding type to downloadhttp function
1 parent a9cf0a7 commit be52120

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cwltool/pathmapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def trim_listing(obj):
146146

147147
# Download http Files
148148
def downloadHttpFile(httpurl):
149+
# type: (Text) -> Text
149150
cache_session = None
150151
if "XDG_CACHE_HOME" in os.environ:
151152
cache_session = CacheControl(

0 commit comments

Comments
 (0)