mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 15:38:25 +00:00
Merge remote-tracking branch 'upstream/staging' into v5.x
* upstream/staging: fix: use a tuple instead of a list Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
commit
a9e42a83d2
@ -86,7 +86,7 @@ def install_python_dev_dependencies(bench_path=".", apps=None, verbose=False):
|
|||||||
bench = Bench(bench_path)
|
bench = Bench(bench_path)
|
||||||
|
|
||||||
if isinstance(apps, str):
|
if isinstance(apps, str):
|
||||||
apps = [apps]
|
apps = (apps,)
|
||||||
elif not apps:
|
elif not apps:
|
||||||
apps = bench.get_installed_apps()
|
apps = bench.get_installed_apps()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user