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

Fix limit output missing braces #784

Merged
merged 1 commit into from
Nov 1, 2016
Merged

Conversation

azjps
Copy link

@azjps azjps commented Oct 31, 2016

There are missing braces causing the indentation to not match the code flow. Due to the currently mismatching braces, the limit output extension will usually display an error message indicating it is limiting output, although it is not (but not indicating such in console.log).

Fixed this bug and also added ability to display the current and maximum output lengths in the error message to make this type of error easier to debug in future.

Due to the currently mismatching braces, the limit output extension
will usually display an error message indicating it is limiting output,
although it is not (but not indicating such in console.log).

Fixed this bug and also added ability to display the current and maximum
output lengths in the error message to make this type of error easier
to debug in future.

Change-Id: Ib806f011fc4919d1a1b6279c9e37e4564d12bbed
@jcb91
Copy link
Member

jcb91 commented Nov 1, 2016

Good spot, thanks! Obvious once it's pointed out haha 😜

@jcb91 jcb91 merged commit 688e6c2 into ipython-contrib:master Nov 1, 2016
@juhasch
Copy link
Member

juhasch commented Nov 1, 2016

Thanks for spotting.

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.

3 participants