Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Feb 1, 2017
1 parent 043f082 commit 8ccdd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superlance/memmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def restart(self, name, rss):
uptime = info['now'] - info['start'] #uptime in seconds
self.stderr.write('%s Restarting %s\n' %
(datetime.datetime.now().isoformat(), name))
memmonId = self.memmonName and " [%s]" % self.memmonName or ""

try:
self.rpc.supervisor.stopProcess(name)
except xmlrpclib.Fault as e:
Expand Down

0 comments on commit 8ccdd2c

Please sign in to comment.