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

Fixed issue#130 #131

Merged
merged 4 commits into from
May 14, 2018
Merged

Fixed issue#130 #131

merged 4 commits into from
May 14, 2018

Conversation

mkpathcreate
Copy link
Contributor

Fixed issue #130

Fixed the 
TypeError: memoryview: a bytes-like object is required, not 'str'
in Python 3.5.

May not work or needs to be tested in 2.x .
Changed 

predecessors_iter to predecessors 

for Python3.5 compatibility.
value = cell.value
if isinstance(value, unicode):
outfile.write(cell.value.encode('utf-8') + "\n")
#raji-j added
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should leave out these comments, they will soon make the code unreadable.

G = DiGraph(data = edges)

#G = DiGraph(data=edges)
#raji-j added
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@vallettea vallettea reopened this May 14, 2018
@vallettea
Copy link
Owner

why did you closed it ?
also you should update the version so I can pull it

Cleaned up unwanted comments.
@mkpathcreate
Copy link
Contributor Author

I am sorry PR is new to me.

Shall i re-open the case?

I have cleaned up the code.

@vallettea
Copy link
Owner

don't be sorry, I really appreciate that you take time to improve the library.
thanks

@vallettea
Copy link
Owner

if you could just increase the version number in setup.py so i can push to pipy

@vallettea vallettea merged commit ef2974b into vallettea:master May 14, 2018
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

Successfully merging this pull request may close these issues.

2 participants