From 4a0b1717c40d2f3d5bf74dcb4162f8c6b97452d5 Mon Sep 17 00:00:00 2001 From: Franco Viotti Date: Mon, 9 Dec 2024 02:39:03 -0300 Subject: [PATCH] fixed regex.py --- scripts/regex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/regex.py b/scripts/regex.py index fe9a598..046b66d 100644 --- a/scripts/regex.py +++ b/scripts/regex.py @@ -151,4 +151,4 @@ def calculate_percentage_from_invariants(invariants): calculate_percentage_from_invariants(invariants) # Delete transitions file -os.remove(file_path) +# os.remove(file_path) \ No newline at end of file