2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 21:19:00 +00:00

refactor: not sorting apps to maintain order of install

This commit is contained in:
Aradhya 2022-04-01 11:33:39 +05:30
parent dbb19046df
commit 3ac19ca4c6

View File

@ -230,7 +230,6 @@ class BenchApps(MutableSequence):
and is_installed(x) and is_installed(x)
) )
] ]
self.apps.sort()
except FileNotFoundError: except FileNotFoundError:
self.apps = [] self.apps = []