MapReader
                                
                                 MapReader copied to clipboard
                                
                                    MapReader copied to clipboard
                            
                            
                            
                        Adding in fallback option when trying to remove temporary folders
Summary
@SWright2024 reported a problem where the removal of the temporary path caused a PermissionError. (Another possible error would be OSError.)
This PR creates a fallback option where there is a 5 second wait before trying again. If it's still an issue, the same error will be raised.
Fixes #442
Describe your changes
- [X] Adding in time.sleep(5)onPermissionError/OSError
Reviewer checklist
Please add anything you want reviewers to specifically focus/comment on.
- [ ] Everything looks ok?