diff --git a/gramps/plugins/lib/maps/geography.py b/gramps/plugins/lib/maps/geography.py index 150609cdd..da33eaf7d 100644 --- a/gramps/plugins/lib/maps/geography.py +++ b/gramps/plugins/lib/maps/geography.py @@ -451,7 +451,7 @@ class GeoGraphyView(OsmGps, NavigationView): import shutil path = "%s%c%s" % (config.get('geography.path'), os.sep, the_map) - shutil.rmtree(path) + shutil.rmtree(path, ignore_errors=True) def add_specific_menu(self, menu, event, lat, lon): """