From 6d5fe21be4393ef644965669b4de2c976bc0096f Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 16 Oct 2015 23:07:52 +0000 Subject: PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs. svn path=/branches/tk705/; revision=6123 --- ca/tests/yamltest.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'ca/tests/yamltest.py') diff --git a/ca/tests/yamltest.py b/ca/tests/yamltest.py index a279b530..71a83c14 100644 --- a/ca/tests/yamltest.py +++ b/ca/tests/yamltest.py @@ -446,9 +446,9 @@ class allocation(object): if not args.skip_config and args.store_router_private_keys: path = self.path("%s.routercerts.keys" % d.name) print "Writing", path - with open(path, "w") as f: - for r in self.router_certs: - f.write(r.keypair.get_PEM()) + with open(path, "w") as f: + for r in self.router_certs: + f.write(r.keypair.get_PEM()) @property def pubd(self): @@ -996,3 +996,7 @@ try: finally: if args.pidfile is not None: os.unlink(args.pidfile) + +# Local Variables: +# indent-tabs-mode: nil +# End: -- cgit v1.2.3