From 55fe9d28c0b81690f605f05e4cce6cc8873d920e Mon Sep 17 00:00:00 2001 From: mpheath Date: Tue, 31 Aug 2021 08:31:09 +1000 Subject: Bug [#2279] Ensure file closed. Drop deprecated "U" as that is the default. --- scripts/Face.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Face.py') diff --git a/scripts/Face.py b/scripts/Face.py index 1559dfccd..21fc67995 100644 --- a/scripts/Face.py +++ b/scripts/Face.py @@ -144,4 +144,4 @@ class Face: name, value = featureVal.split("=", 1) self.aliases[name] = value currentComment = [] - + file.close() -- cgit v1.2.3