Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.ethertoff
Commits
89eee5cd
Commit
89eee5cd
authored
Jul 14, 2014
by
svilayphiou
Browse files
print s,p,o
parent
8886d203
Changes
1
Hide whitespace changes
Inline
Side-by-side
relearn/management/commands/index.py
View file @
89eee5cd
...
...
@@ -100,6 +100,7 @@ def query_results_to_template_articles(query_results):
article
=
None
current_uri
=
None
for
s
,
p
,
o
in
query_results
:
print
s
,
p
,
o
uri
=
unicode
(
s
).
strip
()
key
=
unicode
(
p
).
strip
()
value
=
unicode
(
o
).
strip
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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