summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2013-05-22 20:47:29 (GMT)
committerDirk Baechle <dl9obn@darc.de>2013-05-22 20:47:29 (GMT)
commit412e04144b3ce118f450e250134d66724a68ce04 (patch)
treea0015f77e435c319ff2c5c6ff7077921295f526c /bin
parent320244104f2de73a758b0644d12185981c111582 (diff)
downloadSCons-412e04144b3ce118f450e250134d66724a68ce04.zip
SCons-412e04144b3ce118f450e250134d66724a68ce04.tar.gz
SCons-412e04144b3ce118f450e250134d66724a68ce04.tar.bz2
- 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 c9d1e6e..dc9d161 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