Skip to content

Commit

Permalink
Bugfix: change deafult for allow_absolute_local_imports to True
Browse files Browse the repository at this point in the history
For backwards compatability
  • Loading branch information
agoose77 committed May 21, 2021
1 parent 18ed910 commit 02e868a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/literary/notebook/importer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
" ).tag(config=True)\n",
"\n",
" allow_absolute_local_imports = Bool(\n",
" False,\n",
" True,\n",
" help=\"Allow absolute imports of Python scripts / notebooks in the current working directory\",\n",
" ).tag(config=True)"
]
Expand Down

0 comments on commit 02e868a

Please sign in to comment.