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.
2 parents b0f5dc4 + 6a0047b commit 7747796Copy full SHA for 7747796
.gitignore
@@ -25,4 +25,5 @@ notebook
25
__main__.py
26
jupyter_custom.js
27
apk_requirements.txt
28
-.eggs
+.eggs
29
+*.code-workspace
datajoint/settings.py
@@ -241,9 +241,7 @@ def __getitem__(self, key):
241
return self._conf[key]
242
243
def __setitem__(self, key, value):
244
- logger.debug(
245
- logging.DEBUG, "Setting {0:s} to {1:s}".format(str(key), str(value))
246
- )
+ logger.debug("Setting {0:s} to {1:s}".format(str(key), str(value)))
247
if validators[key](value):
248
self._conf[key] = value
249
else:
0 commit comments