FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 0747b151 authored by Silas S. Brown's avatar Silas S. Brown
Browse files

Gradint update

git-svn-id: http://svn.code.sf.net/p/e-guidedog/code/ssb22/gradint@1114 29193198-4895-4776-b068-10539e920549
parent 8fa4ccd2
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,7 @@ def synthcache_lookup(fname,dirBase=None,printErrors=0,justQueryCache=0,lang=Non ...@@ -191,7 +191,7 @@ def synthcache_lookup(fname,dirBase=None,printErrors=0,justQueryCache=0,lang=Non
try: NICcount += 1 try: NICcount += 1
except: NICcount=1 except: NICcount=1
if NICcount>20: pass if NICcount>20: pass
elif NICcount==20: show_info("Further 'not in cache' warnings turned off\n") # (TODO configurable? important on S60 etc) elif NICcount==20: show_info("Further 'not in cache' warnings turned off\n",True) # (TODO configurable? important on S60 etc)
else: show_info("Not in cache: "+r+"\n",True) else: show_info("Not in cache: "+r+"\n",True)
def can_be_synthesized(fname,dirBase=None,lang=None): def can_be_synthesized(fname,dirBase=None,lang=None):
if dirBase==None: dirBase=samplesDirectory if dirBase==None: dirBase=samplesDirectory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment