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

Blank line at end of cli.py #66

Closed
dragon788 opened this issue Jul 13, 2016 · 2 comments
Closed

Blank line at end of cli.py #66

dragon788 opened this issue Jul 13, 2016 · 2 comments

Comments

@dragon788
Copy link
Contributor

I've been trying to set this up on Windows and making some progress after I actually installed the vcpython27 package to be able to compile extensions. Oddly enough I already had Visual Studio Community 2015 but it was having issues with it not being able to find/use the proper compiler.

After I got all those issues sorted out, I'm getting failures on flake8 about a blank line at the end of cli.py, and some documentation failures with sphinx-build, but those I expect because I'm using it for a non-Github project in a private repo.

@dragon788
Copy link
Contributor Author

Might be related to this question. http://stackoverflow.com/questions/9768139/pep8-conflict-between-w292-and-w391

If you add a - after the final endif to suppress the newline in Jinja2 it fails with the other warning. Dang it all!!!

dragon788 added a commit to dragon788/cookiecutter-pylibrary that referenced this issue Jul 13, 2016
This should fix issue ionelmc#66, and I've tested locally, just hard to tell if it's a missing \n on 53 or whether 54 removes the \n on 53 when it removes itself which causes one of the PEP issues.
@ionelmc ionelmc closed this as completed Mar 1, 2017
@ionelmc
Copy link
Owner

ionelmc commented Mar 1, 2017

I forgot to close :)

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

2 participants