From 3a8edc754038f889f4a97641a6b286eaefaf01f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 11 Dec 2023 22:51:48 +0100 Subject: [PATCH] Fix previous commit [skip changelog] --- split-files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/split-files.py b/split-files.py index 5304bcc..a595392 100644 --- a/split-files.py +++ b/split-files.py @@ -39,7 +39,7 @@ known_files = ''' %ghost %dir %verify(not mode group) /var/log/journal %ghost %dir /var/log/journal/remote %ghost %attr(0700,root,root) %dir /var/log/private -'''.splitlines() +''' known_files = {line.split()[-1]:line for line in known_files.splitlines() if line and not line.startswith('#')}