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