Skip to content

Commit 774620c

Browse files
authored
count the data_sources
1 parent 578fc5f commit 774620c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyconfig/easyconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ def count_files(self):
835835

836836
# No need to resolve templates as we only need a count not the names
837837
with self.disable_templating():
838-
cnt = len(self['sources']) + len(self['patches'])
838+
cnt = len(self['sources']) + len(self['data_sources']) + len(self['patches'])
839839
exts = self['exts_list']
840840

841841
for ext in exts:

0 commit comments

Comments
 (0)