Commit 4edcba69 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 26cad087
...@@ -497,7 +497,7 @@ class ProcessTestCase(unittest.TestCase): ...@@ -497,7 +497,7 @@ class ProcessTestCase(unittest.TestCase):
resource.setrlimit(resource.RLIMIT_CORE, old_limit) resource.setrlimit(resource.RLIMIT_CORE, old_limit)
except (ImportError, ValueError, resource.error): except (ImportError, ValueError, resource.error):
return return
def test_run_abort(self): def test_run_abort(self):
# returncode handles signal termination # returncode handles signal termination
old_limit = self._suppress_core_files() old_limit = self._suppress_core_files()
......
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