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

Do not store file contents in history when running a .ipy file. #329

Merged
merged 1 commit into from Apr 2, 2011

Conversation

takluyver
Copy link
Member

Running a .ipy caused an error because it tried to insert the file's contents into the history database, leading to a clash of line number.

closes gh-328

@takluyver
Copy link
Member Author

I'm going to merge this, since it's a small change.

@takluyver takluyver merged commit 7d1bdfa into ipython:master Apr 2, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

%run script.ipy raises "ERROR! Session/line number was not unique in database."
2 participants