We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decfbe6 commit f9de3ddCopy full SHA for f9de3dd
ptpython/entry_points/run_ptipython.py
@@ -24,7 +24,7 @@ def run():
24
a = docopt.docopt(__doc__)
25
26
vi_mode = bool(a['--vi'])
27
- config_dir = os.path.expanduser(a['--config-dir'] or os.path.join('~', '.ptpython')
+ config_dir = os.path.expanduser(a['--config-dir'] or os.path.join('~', '.ptpython'))
28
29
# Create config directory.
30
if not os.path.isdir(config_dir) or not os.path.islink(config_dir):
0 commit comments