commit | 0f11893d7e57b79ae025a438e3406bb2207a3a9a | [log] [tgz] |
---|---|---|
author | Alexander Evseev <aevseev@mirantis.com> | Mon May 21 17:19:54 2018 +0300 |
committer | Alexander Evseev <aevseev@mirantis.com> | Mon May 21 17:25:27 2018 +0300 |
tree | f2be90c1505ae59bdda97894b0b248437d12419f | |
parent | 85c95a16b6236975b98224aeb0a2482a709e31b6 [diff] |
Fix CodeNarc warning about empty catch Change-Id: Id7509ebafe7949879cf661f5b797ee14525a96f2
diff --git a/validate-cloud.groovy b/validate-cloud.groovy index 5dd8008..788a989 100644 --- a/validate-cloud.groovy +++ b/validate-cloud.groovy
@@ -76,6 +76,7 @@ report_dir = REPORT_DIR } } catch (MissingPropertyException e) { + // No action on MissingPropertyException } def rally_variables = ["floating_network=${FLOATING_NETWORK}", "rally_image=${RALLY_IMAGE}",