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

Don't use Post.source_path directly to determine translated post's source file name. #2669

Merged
merged 1 commit into from Feb 16, 2017

Conversation

felixfontein
Copy link
Contributor

Allowing Post.translated_source_path() to return None.

Helping with one aspect of #2659.

…urce file name. Allowing Post.translated_source_path() to return None.
source_lang = utils.get_translation_candidate(self.site.config, source, lang)
if os.path.exists(source_lang):
source = source_lang
if os.path.isfile(source):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was all this code removed? Was it all redundant?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code essentially does what post.translated_source_path(lang) is supposed to be doing. Even worse, it uses a slightly different logic, which could cause incorrect source files to be copied.

@felixfontein felixfontein merged commit 788a82a into master Feb 16, 2017
@Kwpolska Kwpolska deleted the use-translated-source-path-function branch May 20, 2017 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants