guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Fix specification view.


From: Mathieu Othacehe
Subject: branch master updated: Fix specification view.
Date: Wed, 14 Apr 2021 12:03:28 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new 922cc66  Fix specification view.
922cc66 is described below

commit 922cc66089035d4dbc277df06366e41a0806bffb
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 14 18:03:05 2021 +0200

    Fix specification view.
---
 src/cuirass/templates.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 47815ac..4cd71ee 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -356,7 +356,7 @@ $('.job-toggle').click(function() {
                                  (spec->latest-eval
                                   (specification-name spec))))
                                (percentage
-                                (summary->percentage summary))
+                                (and summary (summary->percentage summary)))
                                (style
                                    (format #f "width: ~a%" percentage)))
                           (if summary



reply via email to

[Prev in Thread] Current Thread [Next in Thread]