diff options
author | BonfaceKilz | 2022-03-03 16:52:42 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-03-12 15:33:09 +0300 |
commit | 270ff08a94f29f1552baaafe19e8b31a272e9f8c (patch) | |
tree | b331fffe4e77c6e79ab9c106cc0ddb66b0d0bd6c /tests/unit/db | |
parent | 25b6c1bf35ccb590f8728295059d39db77e7422f (diff) | |
download | genenetwork3-270ff08a94f29f1552baaafe19e8b31a272e9f8c.tar.gz |
Remove check for inserted data when inserting individual data
* gn3/db/sample_data.py (insert_sample_data)[__insert_data]: Move check to the
main body. With this check here, you have 3 redundant checks. For a successful
insert, it will insert the first value to the `PublishData` table and ignore the
rest of the inserts.
Diffstat (limited to 'tests/unit/db')
0 files changed, 0 insertions, 0 deletions