launcher.py

git-svn-id: https://wikiteam.googlecode.com/svn/trunk@515 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
pull/117/head
emijrp 12 years ago
parent f0e63e6187
commit e7696d8554

@ -60,10 +60,10 @@ for wiki in wikis:
os.system('python dumpgenerator.py --api=%s --xml --images' % wiki)
#save wikidir now
for dirname, dirnames, filenames in os.walk('.'):
if dirname == '.':
for d in dirnames:
if d.startswith(prefix):
wikidir = d
if dirname == '.':
for d in dirnames:
if d.startswith(prefix):
wikidir = d
#compress
if wikidir and prefix:

Loading…
Cancel
Save