Skip to content
Snippets Groups Projects
Commit 9e57cdcb authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Aargh. Everything is broken. Trying to use 3D Texture for storing image data.

parent 6e120eee
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
import sys
import logging
import traceback
import collections
import os.path as op
......@@ -392,3 +393,4 @@ class ImageList(object):
listener(self)
except Exception as e:
log.debug('Listener raised exception: {}'.format(e.message))
traceback.print_exc()
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment