haproxy-wi/app
cclauss 038619f972
Catch the throw exception in variable e
The next line refers to __e__ twice but it is never defined.


flake8 testing of https://github.com/Aidaho12/haproxy-wi on Python 3.6.3

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./app/delver.py:58:36: F821 undefined name 'e'
					stderr = "Error: %s - %s." % (e.filename,e.strerror)
                                   ^
./app/delver.py:58:47: F821 undefined name 'e'
					stderr = "Error: %s - %s." % (e.filename,e.strerror)
                                              ^
2     F821 undefined name 'e'
2
```
2018-07-05 18:16:57 +02:00
..
scripts v2.5.4.4 2018-05-17 14:13:54 +06:00
templates v2.6.1 2018-07-05 13:03:26 +06:00
add.py v2.6.1 2018-06-29 12:07:24 +06:00
apachelogs.py v2.5.6 2018-06-01 18:27:58 +06:00
config.py v2.5.6 2018-06-01 18:27:58 +06:00
configshow.py v2.5.6 2018-06-01 18:27:58 +06:00
configver.py v2.5.6.2 2018-06-11 21:05:57 +06:00
create_db.py v2.6.1 2018-06-28 11:55:07 +06:00
delver.py Catch the throw exception in variable e 2018-07-05 18:16:57 +02:00
diff.py v2.5.6 2018-06-01 18:27:58 +06:00
edit.py v2.5.6 2018-06-01 18:27:58 +06:00
funct.py v2.6 2018-06-24 15:31:28 +06:00
ha.py v2.6.1 2018-06-28 11:55:07 +06:00
haproxy-webintarface.config v2.6 2018-06-24 15:31:28 +06:00
haproxy-wi.db.sql v2.5.6 2018-06-01 18:27:58 +06:00
ihap.py v2.6.1 2018-06-28 11:55:07 +06:00
keepalivedconfig.py v2.6.1 2018-06-28 11:55:07 +06:00
login.py v2.5.6 2018-06-01 18:27:58 +06:00
logs.py v2.5.6 2018-06-01 18:27:58 +06:00
map.py v2.5.6 2018-06-01 18:27:58 +06:00
options.py v2.6 2018-06-24 15:31:28 +06:00
overview.py v2.6 2018-06-24 15:31:28 +06:00
ovw.py v2.6 2018-06-24 15:31:28 +06:00
servers.py v2.6.1 2018-06-29 12:07:24 +06:00
settings.py v2.5.4.4 2018-05-17 14:13:54 +06:00
sql.py v2.6.1 2018-06-29 12:07:24 +06:00
update_db.py v2.5.4.4 2018-05-17 14:13:54 +06:00
users.py v2.6 2018-06-24 15:31:28 +06:00
viewlogs.py v2.5.6 2018-06-01 18:27:58 +06:00
viewsttats.py v2.5.6 2018-06-01 18:27:58 +06:00