Skip to content

Commit 50538b5

Browse files
committed
fix comment in install_extensions_parallel
1 parent aa778f7 commit 50538b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2119,7 +2119,7 @@ def update_exts_progress_bar_helper(running_exts, progress_size):
21192119
elif pending_deps:
21202120

21212121
# check whether all required dependency extensions are actually going to be installed;
2122-
# if not, we assume that they are be provided by dependencies;
2122+
# if not, we assume that they are provided by dependencies;
21232123
missing_deps = [x for x in required_deps if x not in all_ext_names]
21242124
if missing_deps:
21252125
msg = f"Missing required extensions for {ext.name} not found "

0 commit comments

Comments
 (0)