-
Couldn't load subscription status.
- Fork 79
Fix metadata file retrieval #1653
New issue
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
Fix metadata file retrieval #1653
Conversation
…tadata-file-retrieval
|
👍 |
qiita_db/util.py
Outdated
| The object id | ||
| sort : {'ascendent', 'descendent'}, optional | ||
| The direction in which the results are sorted, using the filepath id | ||
| as sorting key. Default: None, no sorting is applyed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
applyed -> applied
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
|
Few comments. 👍 once they are addressed |
|
No comments outside @mortonjt already commented on. 👍 when fixed. |
|
Thanks for the reviews! Comments addressed |
While working on the test environment a found a bug on how the sample template files are being retrieved. This PR fixes the issue by re-using the function in util and removing a lot of duplicated code :D