From fde1122750134e849a6c814d2e785b1252758b38 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 12 Sep 2014 17:58:33 -0400 Subject: Minor style fixes in g2p.py and stt.py --- client/stt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/stt.py') diff --git a/client/stt.py b/client/stt.py index d012245..bcfdfba 100644 --- a/client/stt.py +++ b/client/stt.py @@ -36,7 +36,7 @@ class PocketSphinxSTT(object): hmm_dir = None # Try to get hmm_dir from config - profile_path = os.path.join(os.path.dirname(__file__),'profile.yml') + profile_path = os.path.join(os.path.dirname(__file__), 'profile.yml') if os.path.exists(profile_path): with open(profile_path, 'r') as f: profile = yaml.safe_load(f) -- cgit v1.3.1