Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Oct 9, 2024
1 parent 92f1cea commit ecf76e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biosimulators_utils/sedml/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ def validate_target_xpaths(targets, model_etree, attr='id', separator=None):
for i in range(1, len(xpath_list)-1):
combined_id = combined_id + xpath_list[i].split(']')[0][1:-1] + separator
x_path_attrs[xpath] = combined_id + x_path_attrs[xpath]

Check warning on line 1748 in biosimulators_utils/sedml/validation.py

View check run for this annotation

Codecov / codecov/patch

biosimulators_utils/sedml/validation.py#L1741-L1748

Added lines #L1741 - L1748 were not covered by tests

return x_path_attrs


Expand Down

0 comments on commit ecf76e3

Please sign in to comment.