BIND 10 trac2353, updated. 9b6c74f8e85b29db87fb4724698d9fb9cc53dcc4 [2353] Indent code

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Nov 6 03:30:09 UTC 2012


The branch, trac2353 has been updated
       via  9b6c74f8e85b29db87fb4724698d9fb9cc53dcc4 (commit)
      from  356a8b2e2cdbd2470eb134bfe08f80fb54028abb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9b6c74f8e85b29db87fb4724698d9fb9cc53dcc4
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Nov 6 08:59:42 2012 +0530

    [2353] Indent code

-----------------------------------------------------------------------

Summary of changes:
 src/bin/bind10/bind10_src.py.in |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bind10/bind10_src.py.in b/src/bin/bind10/bind10_src.py.in
index 45a2ccb..2d31333 100755
--- a/src/bin/bind10/bind10_src.py.in
+++ b/src/bin/bind10/bind10_src.py.in
@@ -738,10 +738,12 @@ class BoB:
             try:
                 (pid, exit_status) = self._get_process_exit_status()
             except OSError as o:
-                if o.errno == errno.ECHILD: break
+                if o.errno == errno.ECHILD:
+                    break
                 # XXX: should be impossible to get any other error here
                 raise
-            if pid == 0: break
+            if pid == 0:
+                break
             if pid in self.components:
                 # One of the components we know about.  Get information on it.
                 component = self.components.pop(pid)



More information about the bind10-changes mailing list