Skip to content

Commit

Permalink
json dump fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed May 5, 2016
1 parent 9f1b794 commit bdebc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gecco/gecco.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def run(self):
print(self.foliadoc)
if self.dumpjson:
self.corrector.log("Dumping JSON")
json.dumps(folia2json(self.foliadoc))
print(json.dumps(folia2json(self.foliadoc)))


def stop(self):
Expand Down

0 comments on commit bdebc68

Please sign in to comment.