aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/IPython/core
diff options
context:
space:
mode:
authorsivakov512 <sivakov512@yandex-team.ru>2022-02-10 16:48:26 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:26 +0300
commite41fdac8007793b4388cf9802bee6d77ad02d6d6 (patch)
tree6842503bf7bfcae2e0ecdec1f06317aec721c5e0 /contrib/python/ipython/py2/IPython/core
parentc833efe133a980eee73198ff60aff22026102296 (diff)
downloadydb-e41fdac8007793b4388cf9802bee6d77ad02d6d6.tar.gz
Restoring authorship annotation for <sivakov512@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/ipython/py2/IPython/core')
-rw-r--r--contrib/python/ipython/py2/IPython/core/profiledir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py2/IPython/core/profiledir.py b/contrib/python/ipython/py2/IPython/core/profiledir.py
index b777f13da0..c44062ba11 100644
--- a/contrib/python/ipython/py2/IPython/core/profiledir.py
+++ b/contrib/python/ipython/py2/IPython/core/profiledir.py
@@ -115,7 +115,7 @@ class ProfileDir(LoggingConfigurable):
if not os.path.exists(readme):
import pkgutil
- with open(readme, 'wb') as f:
+ with open(readme, 'wb') as f:
f.write(pkgutil.get_data(__name__, 'profile/README_STARTUP'))
@observe('security_dir')