Skip to content

Commit

Permalink
Remove extraneous stream close
Browse files Browse the repository at this point in the history
Change-Id: Ic4a524e39ee22445aea668dfa484723fa3860085
  • Loading branch information
Brian J. Murrell committed Aug 3, 2012
1 parent e070189 commit b433f88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chroma_agent/action_plugins/manage_rsyslog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b433f88

Please sign in to comment.