From ba9b9294593469b9df0f137b2db9a06c0d3788a1 Mon Sep 17 00:00:00 2001 From: pmahendrakar <48770219+pmahendrakar@users.noreply.github.com> Date: Sat, 8 Jan 2022 17:27:46 +0530 Subject: [PATCH] Update saveconfigs.py --- saveconfigs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saveconfigs.py b/saveconfigs.py index 32f758a..b4f152f 100644 --- a/saveconfigs.py +++ b/saveconfigs.py @@ -31,5 +31,5 @@ saveoutput = open("switch" + HOST, "w") saveoutput.write(readoutput) saveoutput.write("\n") - saveoutput.close + saveoutput.close print tn.read_all()