Fix ConfigWriter._DistributeConfig error handling
authorIustin Pop <iustin@google.com>
Wed, 10 Jun 2009 10:53:18 +0000 (12:53 +0200)
committerIustin Pop <iustin@google.com>
Wed, 10 Jun 2009 12:46:14 +0000 (14:46 +0200)
commitdd7db36058e0e645c634402fe9c26cee69eef753
tree84b8fee387c75e25d8054749853e28bb21b88465
parent035566e317b53ea031bc515ed4d1397b862ace22
Fix ConfigWriter._DistributeConfig error handling

Commit 1b54fc6c2fd92b614c029cc5312d02f9f1526253 added a typo (due to
copy-paste) in the error handling path of this function.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/config.py