From 75f8c6d6ff47cdb8dbe19354a3d3220c78624a90 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 28 Jan 2020 17:07:27 +0100 Subject: [PATCH] Reword has_git_untracked_files error log msg Co-Authored-By: Pradyun Gedam --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 619d14ae0..7a7e707fa 100644 --- a/noxfile.py +++ b/noxfile.py @@ -276,7 +276,7 @@ def build_dists(session): ) if has_git_untracked_files: session.error( - "There are untracked files in the Git repo workdir. " + "There are untracked files in the working directory. " "Remove them and try again", )