aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--screenplain/main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/screenplain/main.py b/screenplain/main.py
index f3a1dce..b422a04 100644
--- a/screenplain/main.py
+++ b/screenplain/main.py
@@ -131,6 +131,8 @@ def main(args):
finally:
if output_file:
output.close()
+ if input_file:
+ input.close()
def cli():