Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb259098

Browse files
committed
For some reason, the new submodule test still broke on py3
Adjusted code to not check for .gitmodules existence anymore, we willdeal with it.Fixesgitpython-developers#117
1 parent27c31e2 commitb259098

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎git/objects/submodule/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ def _config_parser(cls, repo, parent_commit, read_only):
159159
ifnotrepo.bareandparent_matches_head:
160160
fp_module=cls.k_modules_file
161161
fp_module_path=os.path.join(repo.working_tree_dir,fp_module)
162-
ifread_onlyandnotos.path.isfile(fp_module_path):
163-
raiseIOError("%s file was not accessible"%fp_module_path)
164-
# END handle existance
165162
fp_module=fp_module_path
166163
else:
167164
try:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp