From 138a495906570f28a5d4b9705b27f9c07809169b Mon Sep 17 00:00:00 2001 From: marcelveldt Date: Fri, 23 Oct 2015 21:06:35 +0200 Subject: [PATCH] close handle to file --- resources/lib/Utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/Utils.py b/resources/lib/Utils.py index b65d56d4..37d55267 100644 --- a/resources/lib/Utils.py +++ b/resources/lib/Utils.py @@ -184,6 +184,7 @@ def createSources(): '\n' '' ) + sources.close() def pathsubstitution(add=True):