Skip to content

Commit

Permalink
Tidy up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
oldpatricka committed Sep 6, 2012
1 parent dae9579 commit 7f45c39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eeagent/core.py
Expand Up @@ -74,7 +74,6 @@ def restart_process(self, u_pid, round):
if not process:
return
try:
print process.__class__.__name__
process.restart()
except PIDanticStateException, pse:
self._log.log(logging.WARN, "Attempt to restart a process in the state %s" % (str(process.get_state())))
Expand Down

0 comments on commit 7f45c39

Please sign in to comment.