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
2
gen.py
2
gen.py
@ -234,7 +234,7 @@ def buildPDF( file, nr ):
|
||||
return True
|
||||
|
||||
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);
|
||||
if not xepfilepath:
|
||||
print "getLatestXEPContent (ERROR)"
|
||||
|
Loading…
Reference in New Issue
Block a user