From 07df75d64b92144e25af6570d219c502b1c880ba Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 3 Feb 2020 10:47:45 +0100 Subject: [PATCH] Update noxfile.py Co-Authored-By: Pradyun Gedam --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index de27e42ab9f..c4f2b8097ef 100644 --- a/noxfile.py +++ b/noxfile.py @@ -213,7 +213,7 @@ def build_release(session): build_dists(session) tmp_dist_dir = build_dir / 'dist' - session.log(f"# Copying dists from tmp {tmp_dist_dir}") + session.log(f"# Copying dists from {tmp_dist_dir}") shutil.rmtree('dist', ignore_errors=True) # remove empty `dist/` shutil.copytree(tmp_dist_dir, 'dist')