summaryrefslogtreecommitdiffstats
path: root/scripts/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/utils.py')
-rw-r--r--scripts/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/utils.py b/scripts/utils.py
index 01bdbc7..723f58c 100644
--- a/scripts/utils.py
+++ b/scripts/utils.py
@@ -39,3 +39,4 @@ def expand_file(filename, get_table_content):
print(get_table_content(tablename))
else:
print(line)
+ infile.close()