Whitespace cleanup

This commit is contained in:
Tomáš Chvátal 2013-08-29 14:56:08 +02:00
parent 7762ba5017
commit d597c33033

View File

@ -185,7 +185,7 @@ def _group_verify_type(self, grid, opts):
root = ET.parse(f).getroot()
res = self._extract('id', int, 'request', root)
# we have various stuff passed, and it might or might not be int we need for the comparison
try:
i = int(grid)