Commit 6f3f9edd04635a330c7292ff64a226d2011a18f7

Thomas de Grivel 2023-04-12T00:43:57

resource-diff

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/core/spec.lisp b/core/spec.lisp
index f30661d..c676578 100644
--- a/core/spec.lisp
+++ b/core/spec.lisp
@@ -136,7 +136,7 @@ Second value lists properties in line with spec. Format is
            (push specified properties))))))
 
 (defmethod resource-diff ((res resource))
-  (let* ((specified-properties (specified-properties res))
+  (let* ((specified-properties (remove-if #'null (specified-properties res)))
          (properties (diffable-properties specified-properties))
          diff)
     (loop