98
98
def _dummy_rmtree(path, ignore_errors=False, onerror=None):
99
99
"""Call user supplied error handler onerror.
102
101
# Indicate failure in removing 'path' if path is subdir0
103
102
# We later check to ensure that this is indicated
104
103
# to the user as a warning. We raise OSError to construct