timothee-revil
Results
2
comments of
timothee-revil
This can be fixed by changing the file ....../python2.7/site-packages/gemini/**GeminiQuery.py** Line 1043: `if token.count('.') != 3 or \` becomes `if token.count(').(') != 3 or \` Line 1048: `(column, wildcard, wildcard_rule, wildcard_op)...
See my answer : https://github.com/arq5x/gemini/issues/925#issuecomment-518772797