Skip to content

Commit

Permalink
Updated summary in main
Browse files Browse the repository at this point in the history
  • Loading branch information
technige committed Feb 22, 2016
1 parent f505d6e commit 48c180d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo4j/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def main():
if has_results:
stdout.write("\r\n")
if args.summary:
summary = cursor.summary()
summary = cursor.summary
stdout.write("Statement : %r\r\n" % summary.statement)
stdout.write("Parameters : %r\r\n" % summary.parameters)
stdout.write("Statement Type : %r\r\n" % summary.statement_type)
Expand Down

0 comments on commit 48c180d

Please sign in to comment.