Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed Mar 26, 2024
1 parent 63bb474 commit e9aeef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/generic/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def install_step(self):

def cleanup_step(self):
"""Cleanup sources after installation"""
if self.cfg['cleanup_sources']:
if self.cfg['cleanup_data_sources']:
for src in self.src:
self.log.info("Removing data source %s" % src['name'])
remove_file(src['path'])
Expand Down

0 comments on commit e9aeef4

Please sign in to comment.