Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11a5270

Browse files
committed
Make None return explicit
1 parent c58e984 commit 11a5270

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/command/build_py.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def check_package (self, package, package_dir):
181181

182182
# Either not in a package at all (__init__.py not expected), or
183183
# __init__.py doesn't exist -- so don't return the filename.
184-
return
184+
return None
185185

186186
# check_package ()
187187

0 commit comments

Comments
 (0)