We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d81717 commit a7fca56Copy full SHA for a7fca56
cwltool/factory.py
@@ -49,9 +49,10 @@ def __init__(self,
49
self.loading_context = loading_context
50
if loading_context is None:
51
self.loading_context = LoadingContext()
52
- self.runtime_context = runtime_context
53
if runtime_context is None:
54
self.runtime_context = RuntimeContext()
+ else:
55
+ self.runtime_context = runtime_context
56
57
def make(self, cwl):
58
"""Instantiate a CWL object from a CWl document."""
0 commit comments