We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There should be nice errors if there are permission problems, and ideally moban continues processing, but emits an exit status.
File "/usr/lib/python3.6/site-packages/moban/copier.py", line 23, in copy_files self._copy_dir_recursively(src[:-3], src_path, dest) File "/usr/lib/python3.6/site-packages/moban/copier.py", line 84, in _copy_dir_recursively self.copy_files(new_file_pair) File "/usr/lib/python3.6/site-packages/moban/copier.py", line 23, in copy_files self._copy_dir_recursively(src[:-3], src_path, dest) File "/usr/lib/python3.6/site-packages/moban/copier.py", line 84, in _copy_dir_recursively self.copy_files(new_file_pair) File "/usr/lib/python3.6/site-packages/moban/copier.py", line 23, in copy_files self._copy_dir_recursively(src[:-3], src_path, dest) File "/usr/lib/python3.6/site-packages/moban/copier.py", line 84, in _copy_dir_recursively self.copy_files(new_file_pair) File "/usr/lib/python3.6/site-packages/moban/copier.py", line 36, in copy_files self._copy(src_path, dest) File "/usr/lib/python3.6/site-packages/moban/copier.py", line 91, in _copy shutil.copy(src_path, dest) File "/usr/lib64/python3.6/shutil.py", line 241, in copy copyfile(src, dst, follow_symlinks=follow_symlinks) File "/usr/lib64/python3.6/shutil.py", line 121, in copyfile with open(dst, 'wb') as fdst: PermissionError: [Errno 13] Permission denied: 'cookie/migrations/__pycache__/__init__.cpython-36.pyc'
The text was updated successfully, but these errors were encountered:
✨ better error handler for file permission denied in copying. fix #143
078606c
✨ better error handler for file permission denied in copying. fix mor…
d566e43
…emoban#143
Successfully merging a pull request may close this issue.
There should be nice errors if there are permission problems, and ideally moban continues processing, but emits an exit status.
The text was updated successfully, but these errors were encountered: