We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
data_sources
1 parent 578fc5f commit 774620cCopy full SHA for 774620c
easybuild/framework/easyconfig/easyconfig.py
@@ -835,7 +835,7 @@ def count_files(self):
835
836
# No need to resolve templates as we only need a count not the names
837
with self.disable_templating():
838
- cnt = len(self['sources']) + len(self['patches'])
+ cnt = len(self['sources']) + len(self['data_sources']) + len(self['patches'])
839
exts = self['exts_list']
840
841
for ext in exts:
0 commit comments