template without path for gluino
This commit is contained in:
@@ -1 +1 @@
|
|||||||
Version 1.99.7 (2012-03-12 23:27:38) dev
|
Version 1.99.7 (2012-03-13 13:54:42) dev
|
||||||
|
|||||||
+1
-1
@@ -435,7 +435,7 @@ class TemplateParser(object):
|
|||||||
filename = eval(filename, self.context)
|
filename = eval(filename, self.context)
|
||||||
|
|
||||||
# Get the path of the file on the system.
|
# Get the path of the file on the system.
|
||||||
filepath = os.path.join(self.path, filename)
|
filepath = self.path and os.path.join(self.path, filename) or filename
|
||||||
|
|
||||||
# try to read the text.
|
# try to read the text.
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user