aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2012-12-26 16:07:52 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2012-12-26 16:07:52 +0200
commitc2652d2f48f441603f856a62e532695368ef4bdc (patch)
treeedbc781adb7aa17398af859335ae0b599d957600
parent3f435808a6080ef08d2248e46724a3476ab79de4 (diff)
downloadmeson-c2652d2f48f441603f856a62e532695368ef4bdc.zip
meson-c2652d2f48f441603f856a62e532695368ef4bdc.tar.gz
meson-c2652d2f48f441603f856a62e532695368ef4bdc.tar.bz2
Fix warning.
-rwxr-xr-xrunbuilder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/runbuilder.py b/runbuilder.py
index 127ff21..7b04d2a 100755
--- a/runbuilder.py
+++ b/runbuilder.py
@@ -35,6 +35,7 @@ class Builder():
fname = os.path.join(dirname, Builder.builder_filename)
try:
ifile = open(fname, 'r')
+ ifile.close()
return True
except IOError:
return False