You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the option to use a bash shell for the convenience of execution and output manipulation would be beneficial. Currently, execution of the windows binary in Cygwin ends up in error:
$ ./loki.exe
__ ____ __ __ ____
/ / / __ \/ //_// _/
/ / / / / / ,< / /
/ /___/ /_/ / /| |_/ /
/_____/\____/_/ |_/___/
________ ______ _____
/ _/ __ \/ ____/ / ___/_________ _____ ____ ___ _____
/ // / / / / \__ \/ ___/ __ `/ __ \/ __ \/ _ \/ ___/
_/ // /_/ / /___ ___/ / /__/ /_/ / / / / / / / __/ /
/___/\____/\____/ /____/\___/\__,_/_/ /_/_/ /_/\___/_/
(C) Florian Roth
February 2017
Version 0.19.1
DISCLAIMER - USE AT YOUR OWN RISK
Traceback (most recent call last):
File "<string>", line 1467, in <module>
File "<string>", line 1197, in log
File "<string>", line 1208, in log_to_stdout
TypeError: encode() argument 1 must be string, not None
The text was updated successfully, but these errors were encountered:
Having the option to use a bash shell for the convenience of execution and output manipulation would be beneficial. Currently, execution of the windows binary in Cygwin ends up in error:
The text was updated successfully, but these errors were encountered: