f36e2104d8
tests / ragflow_tests_infinity (push) Has been cancelled
tests / ragflow_tests_elasticsearch (push) Has been cancelled
sep-tests / ragflow_preflight (push) Has been cancelled
sep-tests / ragflow_tests_infinity (push) Has been cancelled
sep-tests / ragflow_tests_elasticsearch (push) Has been cancelled
tests / ragflow_preflight (push) Has been cancelled
7 lines
151 B
Python
7 lines
151 B
Python
from test.playwright.helpers.env_utils import env_bool
|
|
|
|
|
|
def debug(msg: str) -> None:
|
|
if env_bool("PW_DEBUG_DUMP"):
|
|
print(msg, flush=True)
|