Skip to content

Commit

Permalink
Ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Oct 14, 2014
1 parent af3c840 commit 443153c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changes/packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def build_package(context):
"""Builds package distributions"""

path('dist').rmtree()
path('dist').rmtree(ignore_errors=True)

build_package_command = 'python setup.py clean sdist bdist_wheel'
result = shell.dry_run(build_package_command, context.dry_run)
Expand Down

0 comments on commit 443153c

Please # to comment.