Skip to content
Snippets Groups Projects
Commit a4d7b8dc authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

wip

parent d27fe494
Branches
Tags
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!167Sync Graph
Pipeline #49918 failed
......@@ -480,6 +480,8 @@ a: ([b1, b2])
crawler = Crawler(identifiableAdapter=ident_adapter)
crawler.synchronize(commit_changes=False,
crawled_data=[rec_a, *rec_b, *rec_c])
with raises(RuntimeError) as rte:
crawler.synchronize(commit_changes=False,
crawled_data=[rec_a, *rec_b, *rec_c])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment