Skip to content

Commit

Permalink
INDY-1918: Fix for upgrade request
Browse files Browse the repository at this point in the history
Signed-off-by: ArtObr <[email protected]>
  • Loading branch information
ArtObr committed Dec 29, 2018
1 parent 9664d94 commit a975d95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion indy_node/server/upgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ async def _sendUpgradeRequest(self, when, version, upgrade_id, failTimeout, pkg_
upgrade_id=upgrade_id,
reason="problems in communication with node control service")
self._unscheduleAction()
self._actionFailedCallback()
else:
logger.info("Waiting {} minutes for upgrade to be performed".format(failTimeout))
timesUp = partial(self._declareTimeoutExceeded, when, version, upgrade_id)
Expand Down

0 comments on commit a975d95

Please sign in to comment.