aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/Face.py
diff options
context:
space:
mode:
authormpheath <unknown>2021-08-31 08:31:09 +1000
committermpheath <unknown>2021-08-31 08:31:09 +1000
commit55fe9d28c0b81690f605f05e4cce6cc8873d920e (patch)
tree820b8864d4d92f61c06bf67ba747f905158f8d28 /scripts/Face.py
parent17113ca41a020a6c37d3bd859201bf716b3c6b7a (diff)
downloadscintilla-mirror-55fe9d28c0b81690f605f05e4cce6cc8873d920e.tar.gz
Bug [#2279] Ensure file closed. Drop deprecated "U" as that is the default.
Diffstat (limited to 'scripts/Face.py')
-rw-r--r--scripts/Face.py2
1 files changed, 1 insertions, 1 deletions
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()