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
https://github.com/guits/pastefile/blob/master/pastefile/app.py#L213
ls return 500 if one of all file have no infos.
ls
Just skip it and display others. Could replace abort(500) by a simple continue
abort(500)
continue
The text was updated successfully, but these errors were encountered:
a9559fe
Merge pull request #47 from gaelL/move_tests
264aa2f
fix #45 Change Ls behavior when file have no info
No branches or pull requests
https://github.com/guits/pastefile/blob/master/pastefile/app.py#L213
ls
return 500 if one of all file have no infos.Just skip it and display others. Could replace
abort(500)
by a simplecontinue
The text was updated successfully, but these errors were encountered: