adding sort function before the data are generated to yaml
This commit is contained in:
parent
c7c190f0a3
commit
874789d18f
@ -10,6 +10,7 @@ import otc_metadata.services
|
||||
|
||||
def main():
|
||||
data = otc_metadata.services.Services()
|
||||
data._sort_data()
|
||||
|
||||
_yaml = YAML()
|
||||
_yaml.indent(mapping=2, sequence=4, offset=2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user