We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 empty line should be removed
>>> file=open('testfile.gl','r') >>> print(file.read())
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
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
Windows 10
3.5.2
0.8
The text was updated successfully, but these errors were encountered:
fix : gl_maker function updated #67
9232d3a
fix : tests updated #67
8b7c304
doc : CHANGELOG updated #67
903c5fa
sepandhaghighi
Successfully merging a pull request may close this issue.
Description
Graph-Line format empty line should be removed
Steps/Code to Reproduce
Expected Behavior
Actual Behavior
Operating System
Windows 10
Python Version
3.5.2
Pyrgg Version
0.8
The text was updated successfully, but these errors were encountered: