The problem
I'm currently making a QPKG application for coldsweat and have run into a scripting issue with the python sweat.py setup command - passwords are not read from the standard input I provide (email is).
Speaking with code, trying to feed email, password and password again to it:
The problem I'm currently making a QPKG application for coldsweat and have run into a scripting issue with the
python sweat.py setup
command - passwords are not read from the standard input I provide (email is). Speaking with code, trying to feed email, password and password again to it:hangs at the first password request because
getpass
doesn't read from standard input that is not a terminal, apparently by design.The solution Coming shortly in a PR.