Skip to content

Icecream v2.1.3

Choose a tag to compare

@gruns gruns released this 21 Jul 09:17
· 125 commits to master since this release

Added: The contextAbsPath= parameter to ic.configureOutput() which, when True, outputs absolute paths, like /path/to/foo.py, instead of just filenames, like foo.py. See #122. Huge thank you to @HelinXu!
Changed: Raise TypeError if no arguments are provided to ic.configureOutput().