Skip to content

Commit

Permalink
Fix copy-paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Oct 17, 2023
1 parent b0c1dfb commit 5e53aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/generic/bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self, *args, **kwargs):
# list of EasyConfig instances of components for which to run sanity checks
self.comp_cfgs_sanity_check = []

check_for_sources = check_for_sources = kwargs.get('check_for_sources', True)
check_for_sources = kwargs.get('check_for_sources', True)
# list of sources for bundle itself *must* be empty (unless overridden by subclass)
if check_for_sources:
if self.cfg['sources']:
Expand Down

0 comments on commit 5e53aba

Please sign in to comment.