Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kizito Ononuju (Kiz')
conceptnet5
Commits
a08486d8
Commit
a08486d8
authored
Feb 11, 2019
by
Robyn Speer
Browse files
fix another string-wrapping weirdness
parent
6ad68f01
Changes
1
Hide whitespace changes
Inline
Side-by-side
conceptnet5/uri.py
View file @
a08486d8
...
...
@@ -223,7 +223,7 @@ def parse_compound_uri(uri):
raise
ValueError
(
"Compound URIs must end with /]"
)
if
'['
not
in
pieces
:
raise
ValueError
(
"Compound URIs must contain /[/ at the beginning of
"
"
the argument list"
"Compound URIs must contain /[/ at the beginning of the argument list"
)
list_start
=
pieces
.
index
(
'['
)
op
=
join_uri
(
*
pieces
[:
list_start
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment