From 285c32313699c822589a3dab008c5b0414334fbf Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Sun, 1 Apr 2018 09:14:11 -0700 Subject: [PATCH] add missing whitespace to feh statement --- himawaripy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/himawaripy/utils.py b/himawaripy/utils.py index e614a83..eff8216 100644 --- a/himawaripy/utils.py +++ b/himawaripy/utils.py @@ -61,7 +61,7 @@ def set_background(file_path): else: print("Couldn't detect plasmashell 5.7 or higher.") elif has_program("feh"): - print("Couldn't detect your desktop environment ('{}'), but you have" + print("Couldn't detect your desktop environment ('{}'), but you have " "'feh' installed so we will use it...".format(de)) os.environ['DISPLAY'] = ':0' subprocess.call(["feh", "--bg-max", file_path])