Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ninpnin committed Mar 2, 2021
1 parent d0b349b commit 6a1b9ee
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion test/mp.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_one_protocol(root, mp_ids, mp_db):
mp_ids = {}

failed_protocols = []
for protocol_id in progressbar.progressbar(os.listdir("data/new-parlaclarin/")):
for protocol_id in progressbar.progressbar(os.listdir(folder)):
protocol_id = protocol_id.split(".")[0]
root = etree.parse(folder + protocol_id + ".xml", parser).getroot()
if not test_one_protocol(root, mp_ids, mp_db):
Expand Down

0 comments on commit 6a1b9ee

Please sign in to comment.