Skip to content

Commit 443153c

Browse files
committed
Ignore errors
1 parent af3c840 commit 443153c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changes/packaging.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def build_package(context):
1313
"""Builds package distributions"""
1414

15-
path('dist').rmtree()
15+
path('dist').rmtree(ignore_errors=True)
1616

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

0 commit comments

Comments
 (0)