second set of modification due to codacy report

Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>
This commit is contained in:
EstherLerouzic
2019-09-18 11:37:21 +01:00
parent 8827e0cf6f
commit c577a75725
5 changed files with 20 additions and 18 deletions

View File

@@ -323,6 +323,7 @@ def test_json_response_generation(xls_input, expected_response_file):
try:
temp_result = {
'response': Result_element(my_rq, pth, reversed_propagatedpths[i]).json}
print(temp_result)
except ServiceError:
error_handled = True
if error_handled: