branch: elpa-admin
commit aab077b28b8907d5670d63bc406ffccb801676fe
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    * elpa-admin.el (elpaa--worktree-sync): Don't stop on missing branch
---
 elpa-admin.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index 5bf18c233d..4c98558366 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -2086,8 +2086,8 @@ If WITH-CORE is non-nil, it means we manage :core 
packages as well."
                                       "-B" branch "--no-track"
                                       name (elpaa--urtb pkg-spec)))
                       (t
-                       (error "No branch %s for the worktree of %s:\n%s"
-                              branch name (buffer-string))))
+                       (message "No branch %s for the worktree of %s:\n%s"
+                                branch name (buffer-string))))
                      (buffer-string))))
             (message "%s" output)))
           ((not (file-exists-p (format "%s/.git" name)))

Reply via email to