aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/app/config_binding_service/controller.py2
-rw-r--r--app/app/pom.xml4
-rw-r--r--app/app/setup.py2
-rw-r--r--app/app/tox.ini2
-rw-r--r--app/pom.xml4
5 files changed, 7 insertions, 7 deletions
diff --git a/app/app/config_binding_service/controller.py b/app/app/config_binding_service/controller.py
index 943837c..c2eb21c 100644
--- a/app/app/config_binding_service/controller.py
+++ b/app/app/config_binding_service/controller.py
@@ -36,7 +36,7 @@ def _get_helper(json_expecting_func, **kwargs):
response, status_code, mimetype = exc.response, exc.code, "text/plain"
except client.CantGetConfig as exc:
response, status_code, mimetype = exc.response, exc.code, "text/plain"
- except Exception as exc:
+ except Exception:
response, status_code, mimetype = "Unknown error", 500, "text/plain"
return response, status_code, mimetype
diff --git a/app/app/pom.xml b/app/app/pom.xml
index 806098d..a066a99 100644
--- a/app/app/pom.xml
+++ b/app/app/pom.xml
@@ -24,13 +24,13 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.dcaegen2.platform.configbinding</groupId>
<artifactId>app</artifactId>
- <version>2.2.3-SNAPSHOT</version>
+ <version>2.2.4-SNAPSHOT</version>
</parent>
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
<groupId>org.onap.dcaegen2.platform.configbinding</groupId>
<artifactId>app-app</artifactId>
<name>dcaegen2-platform-configbinding-app-app</name>
- <version>2.2.3-SNAPSHOT</version>
+ <version>2.2.4-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/app/app/setup.py b/app/app/setup.py
index 237f7c4..31c8805 100644
--- a/app/app/setup.py
+++ b/app/app/setup.py
@@ -20,7 +20,7 @@ from setuptools import setup, find_packages
setup(
name='config_binding_service',
- version='2.2.3',
+ version='2.2.4',
packages=find_packages(exclude=["tests.*", "tests"]),
author="Tommy Carpenter",
author_email="tommy@research.att.com",
diff --git a/app/app/tox.ini b/app/app/tox.ini
index c58161e..34fb22d 100644
--- a/app/app/tox.ini
+++ b/app/app/tox.ini
@@ -22,5 +22,5 @@ deps = flake8
commands = flake8 setup.py config_binding_service tests
[flake8]
-ignore = E501
+ignore = E501,W605
diff --git a/app/pom.xml b/app/pom.xml
index 52387e6..988add6 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -23,14 +23,14 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>configbinding</artifactId>
- <version>2.2.3-SNAPSHOT</version>
+ <version>2.2.4-SNAPSHOT</version>
</parent>
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
<groupId>org.onap.dcaegen2.platform.configbinding</groupId>
<artifactId>app</artifactId>
<name>dcaegen2-platform-configbinding-app</name>
- <version>2.2.3-SNAPSHOT</version>
+ <version>2.2.4-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>