style: fixing a typo in logging
This commit is contained in:
+2
-2
@@ -766,7 +766,7 @@ class Adaptor(SelectorsGeneration):
|
|||||||
self._storage.save(element, identifier)
|
self._storage.save(element, identifier)
|
||||||
else:
|
else:
|
||||||
log.critical(
|
log.critical(
|
||||||
"Can't use Auto-match features with disabled globally, you have to start a new class instance."
|
"Can't use Auto-match features while disabled globally, you have to start a new class instance."
|
||||||
)
|
)
|
||||||
|
|
||||||
def retrieve(self, identifier: str) -> Optional[Dict]:
|
def retrieve(self, identifier: str) -> Optional[Dict]:
|
||||||
@@ -780,7 +780,7 @@ class Adaptor(SelectorsGeneration):
|
|||||||
return self._storage.retrieve(identifier)
|
return self._storage.retrieve(identifier)
|
||||||
|
|
||||||
log.critical(
|
log.critical(
|
||||||
"Can't use Auto-match features with disabled globally, you have to start a new class instance."
|
"Can't use Auto-match features while disabled globally, you have to start a new class instance."
|
||||||
)
|
)
|
||||||
|
|
||||||
# Operations on text functions
|
# Operations on text functions
|
||||||
|
|||||||
Reference in New Issue
Block a user