diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 5cf824f2..b4217f94 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -1555,7 +1555,7 @@ def retrieve_string(app_dir, string, xmlfiles=None): s = XMLElementTree.tostring(element, encoding='utf-8', method='text') return s.decode('utf-8').strip() - for path in xmlfiles: + for path in sorted(xmlfiles): if not os.path.isfile(path): continue try: