-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding trivial logger to the mix. Also removing the need for user/pass to be sent via config file, as we will pass that through the ES URL Signed-off-by: Joe Talerico <[email protected]>
- Loading branch information
Joe Talerico
committed
Jan 15, 2024
1 parent
c0f55ab
commit f8953b7
Showing
3 changed files
with
64 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Pylint | ||
|
||
on: [push] | ||
on: [push,pull_request] | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""This file is the init file of the matcher package | ||
"""This file is the init file of the matcher package | ||
which is used as to match and query data from elastic server""" | ||
from fmatch.matcher import Matcher |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters