Swallows calls to print
#548
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While chatting with @jmwright on Discord we noticed that e.g.
print('foo')calls are not shows in the console but but calls to e.g.print('foo', file=sys.stderror)are.