From 9537e3d2958e1724253c11950ce83b9df054e686 Mon Sep 17 00:00:00 2001 From: Julian T Date: Sun, 13 Nov 2022 22:38:56 +0100 Subject: Fix bug in apply and vim config --- apply/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apply') diff --git a/apply/state.py b/apply/state.py index 2e9205c..806c785 100644 --- a/apply/state.py +++ b/apply/state.py @@ -128,7 +128,7 @@ class StateFile: self.dirs[path].remove(module) if len(self.dirs[path]) == 0: - writer.remove(Path(path)) + writer.delete(Path(path)) def __delete_link(self, writer: Writer, path: str): del self.links[path] -- cgit v1.2.3