Skip to content

Commit

Permalink
Add _logger to load_tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Amstutz committed May 10, 2016
1 parent cfdff3b commit f985082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cwltool/load_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from .errors import WorkflowException
from typing import Any, Callable, cast, Dict, Tuple, Union

_logger = logging.getLogger("cwltool")

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

0 comments on commit f985082

Please sign in to comment.