Skip to content

Commit

Permalink
fix fail
Browse files Browse the repository at this point in the history
  • Loading branch information
aaxelb committed Jan 13, 2021
1 parent c36d25a commit dea49d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/transformers/gov_nsfawards.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class PIContributorAgent(Parser):
tools.Delegate(AgentIdentifier),
tools.Try(
tools.IRI(ctx.piEmail),
exceptions=(ValueError,)
exceptions=(InvalidIRI,)
)
)

Expand Down

0 comments on commit dea49d7

Please sign in to comment.