summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-22 22:47:29 +0200
committerDirk Baechle <dl9obn@darc.de>2013-05-22 22:47:29 +0200
commitdabd53ff2c940d1d184963925a52885407dd4a41 (patch)
treed9b3360310a18f045ae12b4380bf86cea15cc2d9 /bin
parentcc7ac69ca8331dd77fef8ac334bed0c1ad42e4a2 (diff)
downloadscons-dabd53ff2c940d1d184963925a52885407dd4a41.tar.gz
- fixed bootstrap.py, such that it can be called from an arbitrary working directory again
- fixed indentation in SConsDoc.py
Diffstat (limited to 'bin')
-rw-r--r--bin/SConsDoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/SConsDoc.py b/bin/SConsDoc.py
index c9d1e6e5..dc9d161d 100644
--- a/bin/SConsDoc.py
+++ b/bin/SConsDoc.py
@@ -331,7 +331,7 @@ if not has_libxml2:
# Use lxml
xmlschema = etree.XMLSchema(xmlschema_context)
try:
- doc = etree.parse(fpath)
+ doc = etree.parse(fpath)
except Exception, e:
print "ERROR: %s fails to parse:"%fpath
print e