Skip to content

Commit d37ebf0

Browse files
committed
add type for new function
1 parent 583f3b1 commit d37ebf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cwltool/provenance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,7 @@ def _initialize_bagit(self):
10181018
bag_it_file.write(u"Tag-File-Character-Encoding: %s\n" % ENCODING)
10191019

10201020
def write_log(self,logger):
1021+
# type: (IO) -> None
10211022
self.self_check()
10221023
"""Copies log files to the snapshot/ directory."""
10231024
assert self.folder

0 commit comments

Comments
 (0)