]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Ensure path for finding root is absolute (#1550)
authordhaug-op <56020126+dhaug-op@users.noreply.github.com>
Wed, 15 Jul 2020 15:06:30 +0000 (17:06 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Jul 2020 15:06:30 +0000 (08:06 -0700)
commit98ac69f04ccaf3328b05e65d19a24f205825be4f
treec129d7203833c071c57eca0585189f49e9f0fb7d
parent8d036ceb3f0a0e0b52276e8d4afe840d1fcad11b
Ensure path for finding root is absolute (#1550)

As Path.resolve() is buggy on windows (see https://bugs.python.org/issue38671)
an absolute path is ensured by prepending the Path.cwd()
src/black/__init__.py