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 | a7d2aff0c33129eecb25ed04190b40eb79076433 (patch) | |
| tree | 75ed6ef777733fc3129f9e884c45f602911dddda /library/python/pytest/main.py | |
| parent | 0f5d0a9b272dfa0ec3c805cc44b65094ddd07008 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 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 6296bd6f0fa..284fc0601e7 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 |
