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

GitConfigParser().get_values() does not load sections properly. #1534

Closed
@kf-novi

Description

@kf-novi

To replicate this bug, first do the following in your CLI

git config --global --add safe.directory /some/directory/here

Then run this python script

from git import GitConfigParserfrom git.config import get_config_pathconfig = GitConfigParser(get_config_path("global"), read_only=False)config.get_values("safe", "directory") # This throws a KeyError

There is a workaround:

config.get_value("safe", "directory")config.get_values("safe", "directory") # This works

I will be taking a look at the code to see if I can submit a PR for this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp