We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d7a0c commit 9f7e92cCopy full SHA for 9f7e92c
git/objects/submodule/base.py
@@ -233,8 +233,7 @@ def _config_parser_constrained(self, read_only):
233
def _module_abspath(cls, parent_repo, path, name):
234
if cls._need_gitfile_submodules(parent_repo.git):
235
return osp.join(parent_repo.git_dir, 'modules', name)
236
- else:
237
- return osp.join(parent_repo.working_tree_dir, path)
+ return osp.join(parent_repo.working_tree_dir, path)
238
# end
239
240
@classmethod
0 commit comments