We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
linotp-adminclient-cli/linotpadminclientcli/cli.py
Line 686 in 462f830
I'm getting this error when trying to run the client on Centos 7.8.2003 NameError: global name 'etng' is not defined
NameError: global name 'etng' is not defined
I fixed it by defining a global variable etng and setting it to False:
[root@test ~]# vim /usr/bin/linotpadm.py [...] from email.mime.text import MIMEText + etng = False YUBI_STATIC_MODE = 3 [...]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
linotp-adminclient-cli/linotpadminclientcli/cli.py
Line 686 in 462f830
I'm getting this error when trying to run the client on Centos 7.8.2003
NameError: global name 'etng' is not defined
I fixed it by defining a global variable etng and setting it to False:
The text was updated successfully, but these errors were encountered: