back to before
Build on RHEL9 docker image / build (push) Successful in 4m4s
Build on RHEL8 docker image / build (push) Successful in 5m38s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m50s
Run Simulator Tests on local RHEL8 / build (push) Successful in 22m18s

This commit is contained in:
2026-06-16 12:04:39 +02:00
parent f433ef78a5
commit d65d246ba8
+1 -1
View File
@@ -60,7 +60,7 @@ def to_geo(value):
def all_equal(mylist):
"""If all elements are equal return true otherwise false"""
return all(x == list(mylist[0]) for x in mylist)
return all(x == mylist[0] for x in mylist)
def element_if_equal(mylist):