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 54bf37b commit 8959e7eCopy full SHA for 8959e7e
cwltool/builder.py
@@ -44,7 +44,7 @@ def __init__(self): # type: () -> None
44
self.make_fs_access = None # type: Type[StdFsAccess]
45
self.build_job_script = None # type: Callable[[List[str]], Text]
46
self.debug = False # type: bool
47
- self.js_console = False # type: bool
+ self.js_console = False # type: bool
48
self.mutation_manager = None # type: MutationManager
49
50
# One of "no_listing", "shallow_listing", "deep_listing"
0 commit comments