mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
Small indention fix.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4091 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
d9deb6517f
commit
05862cfe9e
14
gen.py
14
gen.py
@ -234,13 +234,13 @@ def buildPDF( file, nr ):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
def buildXEP( filename ):
|
def buildXEP( filename ):
|
||||||
nr = re.match("xep-(\d\d\d\d).xml", file).group(1)
|
nr = re.match("xep-(\d\d\d\d).xml", filename).group(1)
|
||||||
xepfilepath = getLatestXEPContent("", nr);
|
xepfilepath = getLatestXEPContent("", nr);
|
||||||
if not xepfilepath:
|
if not xepfilepath:
|
||||||
print "getLatestXEPContent (ERROR)"
|
print "getLatestXEPContent (ERROR)"
|
||||||
return
|
return
|
||||||
|
|
||||||
files_to_delete.append(xepfilepath)
|
files_to_delete.append(xepfilepath)
|
||||||
if not fast:
|
if not fast:
|
||||||
print "Building " + filename + ": ",
|
print "Building " + filename + ": ",
|
||||||
if buildXHTML( xepfilepath, nr ):
|
if buildXHTML( xepfilepath, nr ):
|
||||||
|
Loading…
Reference in New Issue
Block a user