summaryrefslogtreecommitdiff
path: root/grc/base/Platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/base/Platform.py')
-rw-r--r--grc/base/Platform.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/base/Platform.py b/grc/base/Platform.py
index a66c28ab9..94d0077ea 100644
--- a/grc/base/Platform.py
+++ b/grc/base/Platform.py
@@ -87,7 +87,7 @@ class Platform(_Element):
else:
self._blocks[key] = block
self._blocks_n[key] = n
- except ParseXML.XMLSyntaxError, e:
+ except ParseXML.XMLSyntaxError, e:
try: #try to add the xml file as a block tree
ParseXML.validate_dtd(xml_file, BLOCK_TREE_DTD)
self._block_tree_files.append(xml_file)