[logging] End sentence of error message with a period "."
This commit is contained in:
parent
a49cfd0dc1
commit
3e1bae138a
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ def make_teilchen_input(text: str) -> TeilchenCreate | None:
|
||||||
|
|
||||||
tags = re.findall(r"#\w+", text.lower())
|
tags = re.findall(r"#\w+", text.lower())
|
||||||
if not tags:
|
if not tags:
|
||||||
logger.warning("No tags found in text")
|
logger.warning("No tags found in text.")
|
||||||
|
|
||||||
return TeilchenCreate(
|
return TeilchenCreate(
|
||||||
name=name,
|
name=name,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue