mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Make None return explicit
This commit is contained in:
parent
c58e984837
commit
11a52708f7
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ class build_py (Command):
|
|||
|
||||
# Either not in a package at all (__init__.py not expected), or
|
||||
# __init__.py doesn't exist -- so don't return the filename.
|
||||
return
|
||||
return None
|
||||
|
||||
# check_package ()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue