Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upWrong variable name in write_output() #3
Comments
ruebot
closed this
in
22b519e
Apr 24, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
greebie commentedApr 24, 2019
The
write_output
method tries to usefilename
as a variable, instead of the correct local variablestdout
.I will patch shortly.