Commit 7d86663d by Michael DeHaan

Merge pull request #1150 from dhozac/varreplacefile-typo

Fix typo in $FILE()
parents 2d769150 62db6677
......@@ -336,7 +336,7 @@ def varReplaceFilesAndPipes(basedir, raw):
replacement = m.group()
if m.group(1) == "FILE":
path = path_dwim(baesdir, m.group(2))
path = path_dwim(basedir, m.group(2))
try:
f = open(path, "r")
replacement = f.read()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment