Skip to content

Commit e72217f

Browse files
committed
#netpyne-132: installation refactoring 3
1 parent d7bdd1f commit e72217f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utilities/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def main(netpyne_branch, workspace_branch, geppetto_branch=None, skipNpm=False,
188188

189189
cprint("Installing client packages")
190190
if not skipNpm:
191-
if development:
191+
if geppetto_branch:
192192
# install geppetto meta
193193
if os.path.exists(os.path.join(WEBAPP_DIR, '.yalc')):
194194
execute(cmd=['rm', '-rf', '.yalc'], cwd=WEBAPP_DIR)

0 commit comments

Comments
 (0)