ccoreilly commited on
Commit
c28ac63
1 Parent(s): 0228db9

fix indent

Browse files
Files changed (1) hide show
  1. festival.py +1 -1
festival.py CHANGED
@@ -62,4 +62,4 @@ def festival_synthesize(text, voice):
62
  p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE)
63
  p.wait()
64
 
65
- return wave_file.name
 
62
  p = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE)
63
  p.wait()
64
 
65
+ return wave_file.name