From: Russell Davis Date: Thu, 14 Mar 2019 12:45:38 +0000 (-0700) Subject: Fix PyCharm instructions in README (#701) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/ca679cd17738bc3d74bcbe72f0351a74cdb33543?ds=sidebyside Fix PyCharm instructions in README (#701) Without this change, PyCharm won't refresh the file in the editor after Black runs. --- diff --git a/README.md b/README.md index 7d4b6f7..00218b6 100644 --- a/README.md +++ b/README.md @@ -658,7 +658,7 @@ $ where black - Scope: Project Files - Program: - Arguments: `$FilePath$` - - Output paths to refresh: `$FilePathRelativeToProjectRoot$` + - Output paths to refresh: `$FilePath$` - Working directory: `$ProjectFileDir$` - Uncheck "Auto-save edited files to trigger the watcher"