mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
devutils: Fix more pylint errors
This commit is contained in:
@@ -85,8 +85,7 @@ def _get_path_safely(base_tree, file_path, must_exist=True):
|
||||
if must_exist:
|
||||
_get_logger().error('Could not find path "%s". Aborting.', file_path)
|
||||
raise _NoMatchingPathError()
|
||||
else:
|
||||
return None
|
||||
return None
|
||||
return git_object
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user