Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1657 from MaxIV-KitsControls/revert-extra-arg-to-…
Browse files Browse the repository at this point in the history
…waitforEvent

revert control_exceptions arg to waitForEvent
  • Loading branch information
reszelaz authored Jul 12, 2021
2 parents 418b7db + e02d92e commit 32d0386
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sardana/taurus/core/tango/sardana/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,7 @@ def waitFinish(self, timeout=None, id=None):
evt_wait = self._getEventWait()
try:
evt_wait.waitForEvent((DevState.MOVING, ), after=id, equal=False,
timeout=timeout, reactivity=0.1,
control_exceptions=[AbortException])
timeout=timeout, reactivity=0.1)
finally:
self.__go_end_time = time.time()
self.__go_time = self.__go_end_time - self.__go_start_time
Expand Down

0 comments on commit 32d0386

Please sign in to comment.