Skip to content

Commit

Permalink
Update noxfile.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Pradyun Gedam <[email protected]>
  • Loading branch information
webknjaz and pradyunsg authored Feb 3, 2020
1 parent e23f44c commit 07df75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 07df75d

Please sign in to comment.