Skip to content

Commit

Permalink
fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
scjs committed May 28, 2014
1 parent 6cbe2b3 commit 14607be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FAVE-extract/bin/extractFormants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@ def extractFormants(wavInput, tgInput, output, opts, SPATH='', PPATH=''):
try:
fol_seg = fol_w.phones[0].label
except IndexError:
fol_seg = 'NA'
fol_seg = 'NA'
elif p_index is 0:
p_context = "initial"
try:
Expand All @@ -2235,7 +2235,7 @@ def extractFormants(wavInput, tgInput, output, opts, SPATH='', PPATH=''):
try:
fol_seg = fol_w.phones[0].label
except IndexError:
fol_seg = 'NA'
fol_seg = 'NA'
else:
p_context = "internal"
pre_seg = w.phones[p_index-1].label
Expand Down

0 comments on commit 14607be

Please sign in to comment.