Skip to content

Commit

Permalink
fix comment in install_extensions_parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Oct 21, 2024
1 parent aa778f7 commit 50538b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/framework/easyblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,7 @@ def update_exts_progress_bar_helper(running_exts, progress_size):
elif pending_deps:

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

0 comments on commit 50538b5

Please sign in to comment.