Reword has_git_untracked_files error log msg

Co-Authored-By: Pradyun Gedam <pradyunsg@gmail.com>
This commit is contained in:
Sviatoslav Sydorenko 2020-01-28 17:07:27 +01:00
parent 3306f21ed8
commit 75f8c6d6ff
No known key found for this signature in database
GPG Key ID: 9345E8FEA89CA455
1 changed files with 1 additions and 1 deletions

View File

@ -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",
)