Skip to content

Commit a52fe60

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 6278e5a commit a52fe60

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
@@ -1397,7 +1397,7 @@ def ec_key(path):
13971397
soft_name = ec['ec']['name']
13981398
break
13991399
except EasyBuildError as err:
1400-
_log.debug("Ignoring easyconfig %s that fails to parse: %s", path, err)
1400+
_log.warning("Ignoring easyconfig %s that fails to parse: %s", path, err)
14011401
sys.stdout.write('\r%s of %s easyconfigs checked' % (idx + 1, nr_of_ecs))
14021402
sys.stdout.flush()
14031403

0 commit comments

Comments
 (0)