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.
1 parent d64d65e commit 4f2b72aCopy full SHA for 4f2b72a
github-ci/src/biocontainersci/ci.py
@@ -335,6 +335,7 @@ def workflow(self, f):
335
'''
336
def check_labels(self, f:dict, labels:dict):
337
label_errors = []
338
+ software = 'unknown'
339
if 'software' not in labels or not labels['software']:
340
label_errors.append('software label not present')
341
status = False
0 commit comments