[svn] commit: r680 - /branches/parkinglot/src/bin/bindctl/bindcmd.py

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Jan 30 01:37:43 UTC 2010


Author: zhanglikun
Date: Sat Jan 30 01:37:43 2010
New Revision: 680

Log:
Remove error message when the default_user.csv doesn't exist.

Modified:
    branches/parkinglot/src/bin/bindctl/bindcmd.py

Modified: branches/parkinglot/src/bin/bindctl/bindcmd.py
==============================================================================
--- branches/parkinglot/src/bin/bindctl/bindcmd.py (original)
+++ branches/parkinglot/src/bin/bindctl/bindcmd.py Sat Jan 30 01:37:43 2010
@@ -108,6 +108,8 @@
                     print(data + ' login as ' + row[0] )
                     bsuccess = True
                     break
+        except IOError as e:
+            pass
         except Exception as e:
             print(e)
         finally:




More information about the bind10-changes mailing list