From 053792ed4759aefbef3f3b3d30c78508efd73b7d Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 28 Apr 2025 23:14:54 -0400 Subject: [PATCH] fix typo detected by copilot --- lib/scafacos/Install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/scafacos/Install.py b/lib/scafacos/Install.py index de08791074..9766d4fc1e 100644 --- a/lib/scafacos/Install.py +++ b/lib/scafacos/Install.py @@ -20,8 +20,8 @@ version = "1.0.4" # known checksums for different ScaFaCoS versions. used to validate the download. checksums = { \ - '1.0.1' : 'bd46d74e3296bd8a444d731bb10c1738' \ - '1.0.4' : '23867540ec32e63ce71d6ecc105278d2' \ + '1.0.1' : 'bd46d74e3296bd8a444d731bb10c1738', \ + '1.0.4' : '23867540ec32e63ce71d6ecc105278d2', \ } # extra help message