mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
finish the merge ... yeh I missed a <<<<<<<HEAD ...
This commit is contained in:
parent
c218ff25f7
commit
6ba2104c4b
@ -104,11 +104,7 @@ def atomic_writing(path, text=True, encoding='utf-8', log=None, **kwargs):
|
||||
|
||||
|
||||
@contextmanager
|
||||
<<<<<<< HEAD
|
||||
def _simple_writing(path, text=True, encoding='utf-8', log=None, **kwargs):
|
||||
=======
|
||||
def _simple_writing(path, text=True, encoding='utf-8', **kwargs):
|
||||
>>>>>>> master
|
||||
"""Context manager to write file without doing atomic writing
|
||||
( for weird filesystem eg: nfs).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user