From 1f146b7b04ad5bb88a52c6b1bcd1ebc39cb0a612 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Wed, 8 Apr 2020 03:56:45 +0200 Subject: [PATCH] i baked a mind cake it's very tasty --- variable_grabbler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/variable_grabbler.py b/variable_grabbler.py index d0ade6b..f7aaee8 100644 --- a/variable_grabbler.py +++ b/variable_grabbler.py @@ -38,9 +38,9 @@ print "Done." print "Reading file: "+sys.argv[1]+"..." - file_in = open(sys.argv[1], "r") - file_content = file_in.read() - file_in.close() +file_in = open(sys.argv[1], "r") +file_content = file_in.read() +file_in.close() print "Replacing variables:" for variable in config_values: