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 0df2cdb commit 0709c37Copy full SHA for 0709c37
datajoint/autopopulate.py
@@ -146,7 +146,8 @@ def make(self, key):
146
):
147
# user must implement `make`
148
raise NotImplementedError(
149
- "Subclasses of AutoPopulate must implement the method `make` or (`make_fetch` + `make_compute` + `make_insert`)"
+ "Subclasses of AutoPopulate must implement the method `make` "
150
+ "or (`make_fetch` + `make_compute` + `make_insert`)"
151
)
152
153
# User has implemented `_fetch`, `_compute`, and `_insert` methods instead
0 commit comments