From b433f888401bb584cfc8538903201caf2144c624 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Thu, 26 Jul 2012 17:28:20 -0400 Subject: [PATCH] Remove extraneous stream close Change-Id: Ic4a524e39ee22445aea668dfa484723fa3860085 --- chroma_agent/action_plugins/manage_rsyslog.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/chroma_agent/action_plugins/manage_rsyslog.py b/chroma_agent/action_plugins/manage_rsyslog.py index 5fd3eee..2ea32f4 100644 --- a/chroma_agent/action_plugins/manage_rsyslog.py +++ b/chroma_agent/action_plugins/manage_rsyslog.py @@ -46,8 +46,6 @@ def configure_rsyslog(args): if rc != 0: shell.try_run(['service', 'rsyslog', 'restart']) - f.close() - class RsyslogPlugin(ActionPlugin): def register_commands(self, parser):