Skip to content

Commit 8959e7e

Browse files
committed
add additional space before inline comment to satisfy py27-lint E261
1 parent 54bf37b commit 8959e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(self): # type: () -> None
4444
self.make_fs_access = None # type: Type[StdFsAccess]
4545
self.build_job_script = None # type: Callable[[List[str]], Text]
4646
self.debug = False # type: bool
47-
self.js_console = False # type: bool
47+
self.js_console = False # type: bool
4848
self.mutation_manager = None # type: MutationManager
4949

5050
# One of "no_listing", "shallow_listing", "deep_listing"

0 commit comments

Comments
 (0)