We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf3afa commit 691cce9Copy full SHA for 691cce9
cwltool/draft2tool.py
@@ -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