From 1521696c7b5f9bede97a1a6c9c04dce256459eff Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 20 Apr 2022 20:07:20 -0400 Subject: [PATCH] FIX return the network status hash table (might be important) --- local/lib/org-x/org-x-dag.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index be3b407..97bc634 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -1626,7 +1626,9 @@ DEF-FUN and the output from GET-FUN (type :: a -> NS)." (org-x-dag-ht-propagate-action-down adjlist ns) (org-x-dag-ns-dlp sel-date adjlist cur-d ns) - (org-x-dag-ht-propagate-down adjlist :action :planned ns)))) + (org-x-dag-ht-propagate-down adjlist :action :planned ns) + + ns))) ;; global pipeline control