From ca679cd17738bc3d74bcbe72f0351a74cdb33543 Mon Sep 17 00:00:00 2001 From: Russell Davis Date: Thu, 14 Mar 2019 05:45:38 -0700 Subject: [PATCH] Fix PyCharm instructions in README (#701) Without this change, PyCharm won't refresh the file in the editor after Black runs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5