mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 08:16:28 +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)
|
and is_installed(x)
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
self.apps.sort()
|
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
self.apps = []
|
self.apps = []
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user