Skip to content

Commit

Permalink
Corrected a missing tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjstoelting committed Mar 14, 2019
1 parent fda58cd commit e6e1ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparqlfdw/__init__.py
Expand Up @@ -52,7 +52,7 @@ def execute(self, quals, columns):
#log_to_postgres('yeld result line %s'%(str(line)))
yield line

log_to_postgres('sparqlfdw query finished',DEBUG)
log_to_postgres('sparqlfdw query finished',DEBUG)

except Exception as e:
log_to_postgres(str(e), ERROR)
Expand Down

0 comments on commit e6e1ed9

Please sign in to comment.