aboutsummaryrefslogtreecommitdiffstats
path: root/services/frontend/fe_general.py
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-03-20 15:10:51 -0700
committerstark, steven <ss820f@att.com>2018-03-20 15:10:51 -0700
commit0c1d5d8be71aa8d07c3c43dacc91b04a91ca1b80 (patch)
tree904a3f18dc6f83182129fb1a4f267ca2368b1d32 /services/frontend/fe_general.py
parent71891b3040605103397ffa7fb349215eced3a2c3 (diff)
VVP fixing flake 8 errors during build
modifed files to pass flake8 Change-Id: Id0edd7364aec13d5b01c12f6a9cac03ed3c70d93 Issue-ID: VVP-42 Signed-off-by: stark, steven <ss820f@att.com>
Diffstat (limited to 'services/frontend/fe_general.py')
-rw-r--r--services/frontend/fe_general.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/frontend/fe_general.py b/services/frontend/fe_general.py
index 10f9c72..5974801 100644
--- a/services/frontend/fe_general.py
+++ b/services/frontend/fe_general.py
@@ -121,7 +121,7 @@ class FEGeneral(Helper):
Wait.page_has_loaded()
success = True
break
- except:
+ except Exception:
i += 1
time.sleep(1)
pass