From 3ac19ca4c6d3ab48065849e92878b3263ed9bdcf Mon Sep 17 00:00:00 2001 From: Aradhya Date: Fri, 1 Apr 2022 11:33:39 +0530 Subject: [PATCH] refactor: not sorting apps to maintain order of install --- bench/bench.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bench/bench.py b/bench/bench.py index b0f6d50f..4981f200 100644 --- a/bench/bench.py +++ b/bench/bench.py @@ -230,7 +230,6 @@ class BenchApps(MutableSequence): and is_installed(x) ) ] - self.apps.sort() except FileNotFoundError: self.apps = []