Skip to content

With auto_encoding, drop col_wrap if it is None

Utopia Developers requested to merge bugfix/auto-encoding into master

This makes it safer to use the col_wrap: auto option, otherwise it gets passed on to downstream functions which might not be able to handle it.

Merge request reports