fix to improved debugger (thanks Mariano) and one in test_languages

This commit is contained in:
Massimo Di Pierro
2012-02-28 22:00:41 -06:00
parent 8a85fa7121
commit 6cb0e3aa2e
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ def read_dict_aux(filename):
logging.error('Syntax error in %s' % filename)
return {}
def read_dict(filename):
def read_dict(filename):
return getcfs('language:%s'%filename,filename,
lambda filename=filename:read_dict_aux(filename))