Python 3: Fix wrong indent level causing loading of espeak variants to fail - #9920
Merged
feerrenrut merged 1 commit intoJul 12, 2019
Conversation
feerrenrut
approved these changes
Jul 12, 2019
|
@LeonarddeR: You cut the headline "Change log entry" in the PR description, which content is also "None" here. (I just mentioned this due to historical information reasons.) |
|
Yes I think I mentioned this on the dev list. I did figure it out to fix it
manually at the time.
Weird...
Brian
bglists@blueyonder.co.uk
Sent via blueyonder.
Please address personal E-mail to:-
briang1@blueyonder.co.uk, putting 'Brian Gaff'
in the display name field.
Newsgroup monitored: alt.comp.blind-users
-----
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Fixes mistake introduced in #9853
Summary of the issue:
As part of #9853, I wrapped parsing espeak variant files in a try/except block. However, it turns out that I forgot to add one extra tab to the start of a line that basically caused every variant to be ignored.
Description of how this pull request fixes the issue:
Added one extra tab.
Testing performed:
Tested all is well.
Known issues with pull request:
None
C