Skip to content

Icecream v2.1.3

Latest
Compare
Choose a tag to compare
@gruns gruns released this 21 Jul 09:17
· 27 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().