-
Notifications
You must be signed in to change notification settings - Fork 14
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 lines printed by postprocess.py #24
Comments
@jdherman these blank lines were also happening while I was writing https://github.com/msdogan/pyvin/blob/master/preprocessor/networkcheck.py
|
Ok. I'm not looking into this right now, but let's keep the issue open in case it becomes a problem later with |
I am assuming latest pull request https://github.com/m.pysdogan/pyvin/pull/27 resolved blank line issue in |
I didn't do anything specific to resolve it, but I didn't notice any problems with blank lines. |
This is not urgent but I am just curious if I am the only one to get blank lines when running |
Update: when I run this on my laptop, I didn't get blank lines. It can be python 3 - 2.7 thing. |
tested with python 2 & 3 and I can't seem to reproduce the problem. might be a windows / line ending problem? we'll have to keep an eye on it. |
First referenced in #23 which is now closed.
@mfefer @msdogan use this issue to track when/where this seems to be happening. Maybe some data isn't being filled into the dictionaries properly.
This may be fixed by Max's latest changes to
postprocess.py
which he's going to work on a pull request for.The text was updated successfully, but these errors were encountered: