FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 7ab89c0e 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@1280 29193198-4895-4776-b068-10539e920549
parent dcc72636
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,8 @@ def fileToEvent(fname,dirBase=None):
transTbl = "TRANS"+extsep+"TBL"
if mp3web: # synth-cache must exist
if not synthCache: synthCache = "synth-cache"
if not isDirectory(synthCache): os.mkdir(synthCache)
try: os.mkdir(synthCache)
except: pass # already exists, temporarily-dangling symlink, etc
if synthCache:
# this listdir() call can take ages on rpcemu if it's large
......
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