Skip to content

Commit

Permalink
Update bindings/python/scripts/dlite-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis authored Oct 29, 2024
1 parent 47fd7a2 commit df20e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/scripts/dlite-validate
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def parse(url, driver=None, options="mode=r", id=None):
The default is to load all instances.
Returns:
List of new instance.
List of new instances.
"""
loc = url.split("#", 1)[0].split("?",1)[0]
if driver is None:
Expand Down

0 comments on commit df20e3b

Please sign in to comment.