Skip to content

DB remove fix

Benjamin Winger requested to merge bmwinger/portmod:db_remove_fix into master

If no unstaged files existed in the DB (e.g. pycache), rmtree will throw an error due to the path not existing. This can be safely ignored.

Closes #73 (closed)

Merge request reports