Skip to content
Snippets Groups Projects
Commit 8d046102 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

Bug 1854117 - Sort the DLL blocklist flags. r=mossop,win-reviewers,gstoll

parent 0e9cd199
No related branches found
No related tags found
No related merge requests found
...@@ -570,7 +570,7 @@ class DllBlocklistEntry(object): ...@@ -570,7 +570,7 @@ class DllBlocklistEntry(object):
flags_str = "" flags_str = ""
flags = self.get_flags_list() flags = sorted(self.get_flags_list())
if flags: if flags:
flags_str = ", " + " | ".join(map(self.get_flag_string, flags)) flags_str = ", " + " | ".join(map(self.get_flag_string, flags))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment