Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardWallis committed Sep 6, 2016
1 parent b2cadf2 commit 6fbeba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdordf2csv.py
Expand Up @@ -331,7 +331,6 @@ def getCSVComment(self,term=None,graph=None):
res = self.doQuery(graph,query)
ret = ', '.join([x.com for x in res])
#print "SUBTYPES of %s: '%s'" % (term,ret)
log.info("Markdown %s" % self.markdown)
if self.markdown:
MD.setPre("http://schema.org/")
ret = MD.parse(ret)
Expand Down

0 comments on commit 6fbeba3

Please sign in to comment.