Skip to content

Commit fbb3ca2

Browse files
committed
fix new lines after the docs in the autogerated scirpt
1 parent d96bb06 commit fbb3ca2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ipython2cwl/repo2cwl.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ def _store_jn_as_script(notebook_path: str, git_directory_absolute_path: str, bi
5656
'DO NOT EDIT THIS FILE',
5757
'THIS FILE IS AUTO-GENERATED BY THE ipython2cwl.',
5858
'FOR MORE INFORMATION CHECK https://github.com/giannisdoukas/ipython2cwl',
59-
'\n\n',
60-
'"""',
59+
'"""\n\n',
6160
converter._wrap_script_to_method(converter._tree, converter._variables)
6261
])
6362
with open(script_absolute_name, 'w') as fd:

0 commit comments

Comments
 (0)