A nit in seperator

After adding Errors also to the cli output, adjusting the
seperator to the same level.

Change-Id: I2686aa108174909366bed3af55a924496384335c
This commit is contained in:
Rahul Nair 2016-08-30 17:50:34 -05:00
parent 094625fe9a
commit 8658ec3a90
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
SEP = "=" * 120
SEP = "=" * 126
RANKING = ['UNDEFINED', 'LOW', 'MEDIUM', 'HIGH']
RANKING_VALUES = {'UNDEFINED': 0, 'LOW': 1, 'MEDIUM': 2, 'HIGH': 3}
for rank in RANKING_VALUES: