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

Bug in sanLinks.py #15

Open
NingZhangPurdue opened this issue Jun 11, 2014 · 1 comment
Open

Bug in sanLinks.py #15

NingZhangPurdue opened this issue Jun 11, 2014 · 1 comment

Comments

@NingZhangPurdue
Copy link

I confronted with a problem of "int object not iterable" when execute scanLink.py. The exeption is from line 104 and turns out its because (_id) is regarded as int object instead of a tuple with one element.

(_id,) helps solve the problem.

Thx.

@MoustafaHussien
Copy link

I was able to solve it changing it to be
if linkBuflen >= 10000:
for temp_id in nsBuffe
cursor.execute("INSERT INTO namespace (id) VALUES ("+str(temp_id)+")")

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