From b8b2c2b735f4d0e4cc0e81753b10276643a3b868 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Thu, 16 Oct 2014 19:00:44 +0200 Subject: [PATCH] Properly break lines in Python --- src/modules/grubcfg/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/grubcfg/main.py b/src/modules/grubcfg/main.py index 70362a916..26d26a14c 100644 --- a/src/modules/grubcfg/main.py +++ b/src/modules/grubcfg/main.py @@ -30,8 +30,8 @@ def modify_grub_default(partitions, root_mount_point, distributor): swap_uuid = "" if not os.path.exists(default_dir): - return ("Directory does not exist", "The directory {} does not exist on - the target".format(default_dir)) + return ("Directory does not exist", "The directory {} does not exist on " + "the target".format(default_dir)) if os.path.exists(plymouth_bin): use_splash = "splash"