gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: catching timeou


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: catching timeout exception
Date: Wed, 22 Nov 2017 11:18:59 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new de461a33 catching timeout exception
de461a33 is described below

commit de461a335875fc6ab04dd8fba9b38302566f763d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 22 11:18:34 2017 +0100

    catching timeout exception
---
 selenium/withdraw_buy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/selenium/withdraw_buy.py b/selenium/withdraw_buy.py
index c886329a..a7c36fe6 100755
--- a/selenium/withdraw_buy.py
+++ b/selenium/withdraw_buy.py
@@ -200,7 +200,7 @@ def register(ctx):
     try:
         ctx.wait.until(EC.element_to_be_clickable((By.ID,
             "select-exchange")))
-    except NoSuchElementException:
+    except (NoSuchElementException, TimeoutException):
         logger.error("Selecting exchange impossible")
         return False
     return True

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]