aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython
diff options
context:
space:
mode:
authorsivakov512 <sivakov512@yandex-team.ru>2022-02-10 16:48:27 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:27 +0300
commitdc771c540ab093629c472407b5f4c2c93ade6e59 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /contrib/python/ipython
parente41fdac8007793b4388cf9802bee6d77ad02d6d6 (diff)
downloadydb-dc771c540ab093629c472407b5f4c2c93ade6e59.tar.gz
Restoring authorship annotation for <sivakov512@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/ipython')
-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 c44062ba11..b777f13da0 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')