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

Graph-Line format bug #67

Closed
sepandhaghighi opened this issue Sep 14, 2020 · 0 comments · Fixed by #72
Closed

Graph-Line format bug #67

sepandhaghighi opened this issue Sep 14, 2020 · 0 comments · Fixed by #72
Assignees
Labels
Milestone

Comments

@sepandhaghighi
Copy link
Owner

Description

Graph-Line format empty line should be removed

Steps/Code to Reproduce

>>> file=open('testfile.gl','r')
>>> print(file.read())

Expected Behavior

1 2:92
2 5:-155
3 10:148
4 7:-185
5 9:-128
6 1:93 9:-97
7 3:60
8 4:-44
10 10:114

Actual Behavior

1 2:92
2 5:-155
3 10:148
4 7:-185
5 9:-128
6 1:93 9:-97
7 3:60
8 4:-44
9
10 10:114

Operating System

Windows 10

Python Version

3.5.2

Pyrgg Version

0.8

@sepandhaghighi sepandhaghighi self-assigned this Sep 14, 2020
@sepandhaghighi sepandhaghighi added this to the pyrgg 0.9 milestone Sep 14, 2020
sepandhaghighi added a commit that referenced this issue Sep 30, 2020
sepandhaghighi added a commit that referenced this issue Sep 30, 2020
This was referenced Sep 30, 2020
@sepandhaghighi sepandhaghighi linked a pull request Oct 2, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant