mirror of
https://github.com/frappe/bench.git
synced 2025-01-23 23:18:24 +00:00
refactor: not sorting apps to maintain order of install
This commit is contained in:
parent
dbb19046df
commit
3ac19ca4c6
@ -230,7 +230,6 @@ class BenchApps(MutableSequence):
|
||||
and is_installed(x)
|
||||
)
|
||||
]
|
||||
self.apps.sort()
|
||||
except FileNotFoundError:
|
||||
self.apps = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user