Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shell barfs in readline if history file doesn't exist #83

Closed
rogerbinns opened this issue Dec 29, 2013 · 1 comment
Closed

shell barfs in readline if history file doesn't exist #83

rogerbinns opened this issue Dec 29, 2013 · 1 comment
Assignees

Comments

@rogerbinns
Copy link
Owner

From rogerbinns on October 19, 2009 01:46:07

SQLite version 3.6.19 (APSW 3.6.19- r1 )
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
Traceback (most recent call last):
File "tools/shell.py", line 2350, in main
Shell(args=sys.argv[1:]).cmdloop()
File "tools/shell.py", line 674, in cmdloop
readline.read_history_file(os.path.expanduser(self.history_file))
IOError: [Errno 2] No such file or directory

Original issue: http://code.google.com/p/apsw/issues/detail?id=83

@rogerbinns
Copy link
Owner Author

From rogerbinns on October 19, 2009 10:53:02

Fixed in revision 680266ae84

Status: Verified

@ghost ghost assigned rogerbinns Dec 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant