Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
limbra
limbra
Commits
8881f26d
Commit
8881f26d
authored
Jan 29, 2020
by
LE GAC Renaud
Browse files
Update automaton to fix a typo.
parent
b4c683d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/harvest_tools/automaton.py
modules/harvest_tools/automaton.py
+2
-1
No files found.
modules/harvest_tools/automaton.py
View file @
8881f26d
...
...
@@ -34,6 +34,7 @@ REG_COLLECTION = re.compile(r"cc([A-Za-z ]+)(and|$)")
T2
=
" "
*
2
T4
=
" "
*
4
T6
=
" "
*
6
class
Automaton
(
object
):
...
...
@@ -447,7 +448,7 @@ class Automaton(object):
modified zero otherwise.
"""
self
.
logger
(
"
get existing record by fields
...
"
)
self
.
logger
.
debug
(
f
"
{
T6
}
get existing record by fields"
)
# alias
db
=
self
.
db
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment