Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

[BUG] Loading from splash doesn’t use console_print() #86

Closed
DMonitor opened this issue Dec 10, 2019 · 0 comments · Fixed by #157
Closed

[BUG] Loading from splash doesn’t use console_print() #86

DMonitor opened this issue Dec 10, 2019 · 0 comments · Fixed by #157
Labels
bug Something isn't working

Comments

@DMonitor
Copy link
Contributor

The loaded data isn’t output with proper formatting because it uses print() instead of console_print(result)

This was an oversight on my part, but I don’t think it’s major enough to make a formal pull request, since it’s just 7 characters.

Just change line 137 in play.py from print(result) to `console_print(result)

@DMonitor DMonitor added the bug Something isn't working label Dec 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant