Merge "Sort properties to ease comparison."
This commit is contained in:
@@ -50,7 +50,7 @@ def get_variation(json_rel_path):
|
|||||||
# convert .bp prop dictionary to .bp prop string
|
# convert .bp prop dictionary to .bp prop string
|
||||||
def gen_bp_prop(prop, ind):
|
def gen_bp_prop(prop, ind):
|
||||||
bp = ''
|
bp = ''
|
||||||
for key in prop:
|
for key in sorted(prop):
|
||||||
val = prop[key]
|
val = prop[key]
|
||||||
|
|
||||||
# Skip empty list or dict, rather than printing empty prop like
|
# Skip empty list or dict, rather than printing empty prop like
|
||||||
|
|||||||
Reference in New Issue
Block a user