Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Sep 7, 2018
1 parent ee24509 commit f91607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lantern/extensions/savehooks/convert_to_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ def script_post_save(model, os_path, contents_manager, **kwargs):
with io.open(script_fname, 'w', encoding='utf-8') as f:
f.write(script)

c.FileContentsManager.post_save_hook = script_post_save
# c.FileContentsManager.post_save_hook = script_post_save

0 comments on commit f91607a

Please sign in to comment.