Skip to content

Commit 2f5d722

Browse files
committed
draft2tool.py: Re-add as an alias for cltool.py
Includes, depracation warning
1 parent e0ac651 commit 2f5d722

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cwltool/draft2tool.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Do wildcard import of tool
2+
from .cltool import *
3+
4+
_logger = logging.getLogger("cwltool")
5+
_logger.warning("'draft2tool.py' has been renamed to 'tool.py'"
6+
"and will be removed in the future.")

0 commit comments

Comments
 (0)