From 4cab6d622d7fcd382e5651a628a288d1316cf1af Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Mon, 9 Apr 2012 15:08:55 +0300 Subject: [PATCH] Fix pep8 error --- image_creator/os_type/unix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_creator/os_type/unix.py b/image_creator/os_type/unix.py index 478574b..655fd49 100644 --- a/image_creator/os_type/unix.py +++ b/image_creator/os_type/unix.py @@ -107,7 +107,7 @@ class Unix(OSBase): group.append(':'.join(fields)) self.g.write('/etc/group', '\n'.join(group) + '\n') - + # Remove home directories for home in [field[5] for field in removed_users.values()]: if self.g.is_dir(home) and home.startswith('/home/'): -- GitLab