From 2a9edb90785e6359fc4c220b806e66c8e698eab4 Mon Sep 17 00:00:00 2001 From: xudan Date: Tue, 24 Oct 2017 06:43:46 -0400 Subject: Update git submodules * Update docs/submodules/dovetail from branch 'master' - Ignore Tox Error E722 1. After updating tox from 2.5 to 2.9, pep8 failed. 2. https://build.opnfv.org/ci/job/dovetail-verify-master/1018/console 3. The Error is 'E722 do not use bare except'. 4. It needs to change all 'except:' into 'except Exception:'. 5. This won't affect Dovetail, so just ignore this Error. 6. Dovetail next release will consider to fix this error. JIRA: DOVETAIL-537 Change-Id: Ic3c7be4667685fc94025a47c3b17d07a087565da Signed-off-by: xudan --- docs/submodules/dovetail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/dovetail b/docs/submodules/dovetail index 529bc14bb..dc25f8fac 160000 --- a/docs/submodules/dovetail +++ b/docs/submodules/dovetail @@ -1 +1 @@ -Subproject commit 529bc14bb2a255df72b5196ac70b5d1579c98eac +Subproject commit dc25f8fac0ef4743943b55ba95c6971f07dc9af1 -- cgit 1.2.3-korg