Skip to content

Commit f985082

Browse files
author
Peter Amstutz
committed
Add _logger to load_tool.
1 parent cfdff3b commit f985082

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cwltool/load_tool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
from .errors import WorkflowException
1616
from typing import Any, Callable, cast, Dict, Tuple, Union
1717

18+
_logger = logging.getLogger("cwltool")
1819

1920
def fetch_document(argsworkflow):
2021
# type: (Union[str, unicode, dict[unicode, Any]]) -> Tuple[Loader, Dict[unicode, Any], unicode]

0 commit comments

Comments
 (0)