From 93e011896b65774536dda4da8931f591dd8ce8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Wed, 12 Feb 2020 17:16:53 +0100 Subject: [PATCH] fix string --- workdirfs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workdirfs.py b/workdirfs.py index 48b5c99..2604b15 100755 --- a/workdirfs.py +++ b/workdirfs.py @@ -172,8 +172,8 @@ def cleanup_dirs(root): for _dir in dirs: print("cleanup",os.path.join(root, _dir)) if not _dir == today and not os.listdir(os.path.join(root, _dir)): - print("Directory is empty -> remove it (not now implemented for - testpurpose)", + print("""Directory is empty -> remove it (not now implemented for + testpurpose)""", os.path.join(root, _dir))