-
Notifications
You must be signed in to change notification settings - Fork 1
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
unit.get_loc() is throwing an error #5
Comments
What version of srcML are you using? |
srcml 1.0.0 |
Hello @lebhero The issue is caused by an unnecessary exception check on the We are currently working on fixing issues like this, as well as add some missing features. A temporary solution would be to go to the Let me know if this temporary fix works! |
Hello @Joshua2000B : Yes, it did fix the issue, thank you... |
Hi Everyone,
i am using the project.xml provided in the examples and trying to print the unit.get_loc():
from the https://github.com/srcML/pylibsrcml/tree/main/examples/srcml_read_archive_full:
and receiving the following error:
There is no method like set_loc(), as for filename or language..
Any help here is really appreciated.
Thanks
The text was updated successfully, but these errors were encountered: