[neon-notifications] Changes in repo-metadata

Neon CI noreply at kde.org
Tue Aug 24 19:46:21 BST 2021


commit 46ee9fa05dde8fdfaf5de5767fe1647ec38702cd
Author: Ben Cooksley <bcooksley at kde.org>
Date:   Tue Aug 24 20:36:50 2021 +1200

    Correct Python syntax issue

diff --git a/git-helpers/git-kclone b/git-helpers/git-kclone
index 261436d7..536463c0 100755
--- a/git-helpers/git-kclone
+++ b/git-helpers/git-kclone
@@ -94,7 +94,7 @@ if len(reposToClone) == 0 and '/' in sys.argv[1] and '*' not in sys.argv[1]:
     # Mock up the metadata
     project = {
         'description': '',
-        'hasrepo': true,
+        'hasrepo': True,
         'name': sys.argv[1],
         'projectpath': sys.argv[1],
         'repopath': sys.argv[1],



More information about the neon-notifications mailing list