Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

NameError in codelint.py #49

Open
akhisud opened this issue Jan 30, 2016 · 3 comments
Open

NameError in codelint.py #49

akhisud opened this issue Jan 30, 2016 · 3 comments

Comments

@akhisud
Copy link

akhisud commented Jan 30, 2016

File "codelint.py", line 215, in
refactor_autopep8(python_filename)
NameError: name 'python_filename' is not defined

@akhisud
Copy link
Author

akhisud commented Jan 30, 2016

Works on interactive mode, though

@kdexd
Copy link

kdexd commented Jan 30, 2016

The __all__ list in minecraft_bot/src doesn't contain grounded_knowledge.py file -- and this error occurs when this script is executed on grounded_knowledge.py

minecraft_bot/src/__init__.py has to be modified : "grounded_knowledge" to be added in the list

@akhisud
Copy link
Author

akhisud commented Jan 30, 2016

done

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants