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

update code with python >3.6 version Spell #83

Closed
wants to merge 150 commits into from
Closed

update code with python >3.6 version Spell #83

wants to merge 150 commits into from

Conversation

shoaib-intro
Copy link

Hi,
I observed there is most frequent error in log parsing drain and spell which is:
re.error: bad escape \s at position 0
because of this someone need to install python 3.6.
can fix this in spell by replacing splitter = re.sub(' +', '\s+', splitters[k]) with splitter = re.sub(' +', '\\\s+', splitters[k]) #splitter = re.sub(' +', '\s+', splitters[k])?

xpai pushed a commit that referenced this pull request Sep 5, 2023
xpai pushed a commit that referenced this pull request Sep 5, 2023
xpai pushed a commit that referenced this pull request Sep 5, 2023
xpai pushed a commit that referenced this pull request Sep 5, 2023
* Fix PRs: merge #86, merge #85, merge #83, merge #80, merge #78, merge #65, merge #57, merge #53, merge #52, merge #51, merge #49
* Fix issues: #98, #79, #72, #84, #75, #71, #69, #56, #50, #45, #16, #82
xpai pushed a commit that referenced this pull request Sep 5, 2023
@zhujiem zhujiem closed this Sep 5, 2023
xpai pushed a commit that referenced this pull request Sep 5, 2023
* Close PRs: close #86, #85, #83, #80, #78, #65, #57, #53, #52, #51, #49
* Fix issues: fix #98, #79, #72, #84, #75, #71, #69, #56, #50, #45, #16, #82
* Release pypi package wheel
xpai pushed a commit that referenced this pull request Sep 5, 2023
* Close PRs: close #86, #85, #83, #80, #78, #65, #57, #53, #52, #51, #49
* Fix issues: fix #98, #79, #72, #84, #75, #71, #69, #56, #50, #45, #16, #82
* Release package wheel to pypi
@xpai xpai deleted the master branch September 5, 2023 08:56
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.

None yet