2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 20:49:01 +00:00

Merge branch 'develop' into dependency-resolution

This commit is contained in:
Aradhya Tripathi 2022-03-23 23:26:18 +05:30 committed by GitHub
commit 8230ba6096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ def install_python_dev_dependencies(bench_path=".", apps=None, verbose=False):
if isinstance(apps, str): if isinstance(apps, str):
apps = [apps] apps = [apps]
elif apps is None: elif not apps:
apps = bench.get_installed_apps() apps = bench.get_installed_apps()
for app in apps: for app in apps: