Skip to content
Snippets Groups Projects
Commit a62801fd authored by juga's avatar juga
Browse files

Merge branch 'ticket28379'

parents 17398abb a9df1f88
Branches
Tags
No related merge requests found
......@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Update bandwidth file specification version in the `generator` (#28366).
- Use 5 "=" characters as terminator in the bandwidth files (#28379)
### Changed
......
......@@ -37,7 +37,7 @@ UNORDERED_KEYVALUES = EXTRA_ARG_KEYVALUES + STATS_KEYVALUES + \
['latest_bandwidth']
# List of all the KeyValues currently being used to generate the file
ALL_KEYVALUES = ['version'] + UNORDERED_KEYVALUES
TERMINATOR = '===='
TERMINATOR = '====='
# Num header lines in v1.X.X using all the KeyValues
NUM_LINES_HEADER_V1 = len(ALL_KEYVALUES) + 2
LINE_TERMINATOR = TERMINATOR + LINE_SEP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment