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

Undefined name 'self' in ./util/stat/is_exec/is_exec.py #15

Open
cclauss opened this issue Oct 22, 2018 · 0 comments
Open

Undefined name 'self' in ./util/stat/is_exec/is_exec.py #15

cclauss opened this issue Oct 22, 2018 · 0 comments

Comments

@cclauss
Copy link

cclauss commented Oct 22, 2018

flake8 testing of https://github.com/Tencent/HaboMalHunter on Python 2.7.14

$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

./AnalyzeControl.py:556:15: F821 undefined name 'main_dynamic'
		dest_file = main_dynamic
              ^
./AnalyzeControl.py:560:43: F821 undefined name 'main_dynamic'
		log.info("main dynamic log updated %s", main_dynamic)
                                          ^
./util/stat/is_exec/is_exec.py:40:4: F821 undefined name 'self'
			self.log.error("CalledProcessError: %s",str(e))
   ^
3     F821 undefined name 'main_dynamic'
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