Skip to content
New issue

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

"NameError: global name 'etng' is not defined" failure on Centos7 #2

Open
mpasserini opened this issue Sep 21, 2020 · 0 comments
Open

Comments

@mpasserini
Copy link

mpasserini commented Sep 21, 2020

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:


[root@test ~]# vim /usr/bin/linotpadm.py 
[...]
from email.mime.text import MIMEText
+ etng = False
YUBI_STATIC_MODE = 3
[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant