mirror of
https://github.com/frappe/bench.git
synced 2025-01-08 16:14:12 +00:00
Merge branch 'develop' into dependency-resolution
This commit is contained in:
commit
8230ba6096
@ -74,7 +74,7 @@ def install_python_dev_dependencies(bench_path=".", apps=None, verbose=False):
|
||||
|
||||
if isinstance(apps, str):
|
||||
apps = [apps]
|
||||
elif apps is None:
|
||||
elif not apps:
|
||||
apps = bench.get_installed_apps()
|
||||
|
||||
for app in apps:
|
||||
|
Loading…
Reference in New Issue
Block a user