Skip to content

Conversation

@fanoway
Copy link

@fanoway fanoway commented Oct 7, 2023

ic.disableColoring()
ic.enableColoring()

Based on this context manger taken from the unittests:

@contextmanager
def disableColoring():
    originalOutputFunction = ic.outputFunction

    ic.configureOutput(outputFunction=stderrPrint)
    yield
    ic.configureOutput(outputFunction=originalOutputFunction)

Note: I had to modify tox.ini and ci.yml to make the tests pass due to deprecated support for python 2.7

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.

1 participant