diff options
| author | razmser <[email protected]> | 2022-02-10 16:51:06 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:06 +0300 |
| commit | d3ee18093cac15c8c0746b371bf311882131b133 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/python/pytest/main.py | |
| parent | a7d2aff0c33129eecb25ed04190b40eb79076433 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/python/pytest/main.py')
| -rw-r--r-- | library/python/pytest/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/pytest/main.py b/library/python/pytest/main.py index 284fc0601e7..6296bd6f0fa 100644 --- a/library/python/pytest/main.py +++ b/library/python/pytest/main.py @@ -59,7 +59,7 @@ def main(): def is_doctest_module(name): for package in doctest_packages: - if name == package or name.startswith(str(package) + "."): + if name == package or name.startswith(str(package) + "."): return True return False |
