Skip to content

Commit

Permalink
Fix #18
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Mar 12, 2019
1 parent f167b6e commit c4f0003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galgebra/printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ def redirect():
pass
else:
GaLatexPrinter.stdout = sys.stdout
sys.stdout = io.StringIO()
sys.stdout = io.BytesIO()
return

@staticmethod
Expand Down

0 comments on commit c4f0003

Please sign in to comment.