-
Notifications
You must be signed in to change notification settings - Fork 99
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
2 Swi-prolog version regex errors #71
Comments
prologrules
added a commit
to prologrules/pyswip
that referenced
this issue
Nov 6, 2019
Fixing version regex, issue 71 yuce#71
This was referenced Nov 6, 2019
g-gemignani
pushed a commit
to magazino/pyswip
that referenced
this issue
Jul 2, 2020
Fixing version regex, issue 71 yuce#71
This issue should be fixed by the last version of PySwip. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First error is this thing above, that the input has to be passed to the
re.search
as the second argument. Second error is that the regex needs to capture more than one digit on the version numbers with a+
after each[0-9]
.The text was updated successfully, but these errors were encountered: