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

Commit8a0eee3

Browse files
committed
stupid typo *grr*
1 parent2effd7a commit8a0eee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/git/repo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ def init_bare(self, path, mkdir=True, **kwargs):
272272
``GitPython.Repo`` (the newly created repo)
273273
"""
274274

275-
ifmkdirandnotos.path.exists(gitpath):
276-
os.makedirs(gitpath,0755)
275+
ifmkdirandnotos.path.exists(path):
276+
os.makedirs(path,0755)
277277

278278
git=Git(path)
279279
output=git.init(**kwargs)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp