We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a8eae commit c4e0de8Copy full SHA for c4e0de8
datajoint/blob.py
@@ -73,7 +73,7 @@ def __init__(self, squeeze=False):
73
74
def set_dj0(self):
75
if not config.get('enable_python_native_blobs'):
76
- raise RuntimeError('v0.12+ python native blobs disabled. see also: TODO URL')
+ raise DataJointError('v0.12+ python native blobs disabled. see also: https://github.com/datajoint/datajoint-python/blob/master/README.md')
77
78
self.protocol = b"dj0\0" # when using new blob features
79
0 commit comments