mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
Path adjustments.
This commit is contained in:
parent
c39f89f3e8
commit
4690f1e46b
2
gen.py
2
gen.py
@ -235,7 +235,7 @@ def buildPDF( file, nr ):
|
|||||||
|
|
||||||
def buildXEP( filename ):
|
def buildXEP( filename ):
|
||||||
nr = re.match("xep-(\d\d\d\d).xml", filename).group(1)
|
nr = re.match("xep-(\d\d\d\d).xml", filename).group(1)
|
||||||
xepfilepath = getLatestXEPFilename("", nr);
|
xepfilepath = getLatestXEPFilename("../", nr);
|
||||||
if not xepfilepath:
|
if not xepfilepath:
|
||||||
print "getLatestXEPContent (ERROR)"
|
print "getLatestXEPContent (ERROR)"
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user