Skip to content

Commit

Permalink
misc: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 16, 2024
1 parent 5fe179a commit ac1b286
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mdto/mdto.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,12 @@ def validate(self) -> None:
if not helpers.validate_url_or_urls(self.raadpleeglocatieOnline):
raise ValidationError(
# FIXME: maybe this path should be generated on the fly?
["informatieobject", "raadpleeglocatie", "raadpleeglocatieOnline"],
[
"informatieobject",
"raadpleeglocatie",
"RaadpleeglocatieGegevens",
"raadpleeglocatieOnline",
],
f"url {self.raadpleeglocatieOnline} is malformed",
)

Expand Down

0 comments on commit ac1b286

Please sign in to comment.