From 0faf788e0a3517c6bbfb33ebd55e70522e1b0598 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Tue, 17 Jul 2018 11:31:36 +0200
Subject: [PATCH] fix

---
 scripts/modules-matrix.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/modules-matrix.py b/scripts/modules-matrix.py
index 1fe42b44..a2d18df0 100755
--- a/scripts/modules-matrix.py
+++ b/scripts/modules-matrix.py
@@ -56,9 +56,9 @@ clusters = ''
 prev = ''
 
 for m,i in sorted(counts.items()):
-  #print m
+#  print m
   split =  m.split('/')
-  #print split
+#  print split
   if len(split) > 1:
     a = split[0]
     b = split[1]
-- 
GitLab