Skip to content

Commit 64ad44b

Browse files
committed
Promote debug output of ignored easyconfig to warning
Checking the regular log there is no indication when an easyconfig was skipped and hence wasn't found for the patch and using `--debug` just for that produces so much output that it is very hard to find this single entry.
1 parent e598740 commit 64ad44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/github.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ def ec_key(path):
13961396
soft_name = ec['ec']['name']
13971397
break
13981398
except EasyBuildError as err:
1399-
_log.debug("Ignoring easyconfig %s that fails to parse: %s", path, err)
1399+
_log.warning("Ignoring easyconfig %s that fails to parse: %s", path, err)
14001400
sys.stdout.write('\r%s of %s easyconfigs checked' % (idx + 1, nr_of_ecs))
14011401
sys.stdout.flush()
14021402

0 commit comments

Comments
 (0)