That's what you get for not running make lint :( --- test/ganeti.utils.io_unittest.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/test/ganeti.utils.io_unittest.py b/test/ganeti.utils.io_unittest.py index 4ad06ef..503ae18 100755 --- a/test/ganeti.utils.io_unittest.py +++ b/test/ganeti.utils.io_unittest.py @@ -515,7 +515,8 @@ class TestRename(unittest.TestCase): self.assertTrue(os.path.exists(os.path.join(self.tmpdir, "test/xyz"))) self.assertFalse(os.path.exists(os.path.join(self.tmpdir, "test/foo/bar"))) - self.assertFalse(os.path.exists(os.path.join(self.tmpdir, "test/foo/bar/baz"))) + self.assertFalse(os.path.exists(os.path.join(self.tmpdir, + "test/foo/bar/baz"))) class TestMakedirs(unittest.TestCase): -- 1.7.3.1