Skip to content

Commit

Permalink
Bugfix - removed pdb.set_trace() call.
Browse files Browse the repository at this point in the history
  • Loading branch information
knappett committed Dec 17, 2024
1 parent 84ead53 commit 01f8438
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion checksit/cvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def _load_from_url_esacci(self, vocab_id_url: str):
vocab_list=sorted([prefLabel[0]["@value"] for js_dct in js for key, prefLabel in js_dct.items() if key.endswith("#prefLabel")])
else:
print(f"[WARNING] ESA CCI vocab url not recognised: {vocab_id_url}")
import pdb; pdb.set_trace()

return vocab_list

Expand Down

0 comments on commit 01f8438

Please sign in to comment.