Skip to content
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

issue63: add <fr> tag to entry-metadata.csv + bug fixes #69

Merged
merged 4 commits into from
Jan 25, 2021
Merged

Conversation

gschare
Copy link
Contributor

@gschare gschare commented Jan 25, 2021

Firstly a bug fix. Filenames in entries/ derivatives were not being formatted properly.
Correct: tl_p015r_1.txt
What we have: tl_15r1.txt
This was caused by the clean_id() function in manuscript.py, which makes it easier to work with the entry IDs in Python, but I forgot to reverse this change before writing the derivative. Should be fixed now.
Run update.py to test this.

And now for the actual issue: add <fr> tag to utils.py property dictionary, which should seamlessly add the property to the entry-metadata.csv derivative without affecting anything else.
Again, run update.py to test this.

@gschare gschare added bug Something isn't working metadata related to entry-metadata.csv labels Jan 25, 2021
@gschare gschare changed the title Issue63: add <fr> tag to entry-metadata.csv + bug fixes issue63: add <fr> tag to entry-metadata.csv + bug fixes Jan 25, 2021
@gschare gschare linked an issue Jan 25, 2021 that may be closed by this pull request
@tcatapano
Copy link
Member

OK. But see #70!

@tcatapano tcatapano merged commit 7093ddd into master Jan 25, 2021
@tcatapano tcatapano deleted the issue63 branch January 25, 2021 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working metadata related to entry-metadata.csv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add <fr> to entry-metadata
2 participants