Skip to content

Fix limit output missing braces#784

Merged
jcb91 merged 1 commit intoipython-contrib:masterfrom
azjps:master
Nov 1, 2016
Merged

Fix limit output missing braces#784
jcb91 merged 1 commit intoipython-contrib:masterfrom
azjps:master

Conversation

@azjps
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
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