Skip to content

Commit

Permalink
Fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Oct 5, 2023
1 parent a3e666e commit 180ffd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/edrn/bmdb/rdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def organs(connection, graph, public):
for i in c.fetchall():
pubURI = rdflib.URIRef('{}publications/view/{}'.format(_biomarkerBase, i[0]))
graph.add((bosdURI, _bmdb.referencedInPublication, pubURI))
c .execute(
c.execute(
'SELECT URL FROM biomarker_study_data_resources WHERE biomarker_study_data_id = %s', ((studyID,))
)
for i in c.fetchall():
Expand Down Expand Up @@ -320,4 +320,3 @@ def main():

if __name__ == '__main__':
main()

0 comments on commit 180ffd4

Please sign in to comment.