mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-09 19:12:59 +00:00
Update conftest.py
This commit is contained in:
@@ -109,7 +109,7 @@ class TrackedContainer:
|
||||
|
||||
@staticmethod
|
||||
def get_warnings(logs: str) -> list[str]:
|
||||
return [l for in logs.split("\n") if l.startswith("WARNING")]
|
||||
return [l for l in logs.split("\n") if l.startswith("WARNING")]
|
||||
|
||||
@staticmethod
|
||||
def get_errrors(logs: str) -> list[str]:
|
||||
|
Reference in New Issue
Block a user