Skip to content

Commit 4f2b72a

Browse files
committed
error if no label present
1 parent d64d65e commit 4f2b72a

File tree

1 file changed

+1
-0
lines changed
  • github-ci/src/biocontainersci

1 file changed

+1
-0
lines changed

github-ci/src/biocontainersci/ci.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def workflow(self, f):
335335
'''
336336
def check_labels(self, f:dict, labels:dict):
337337
label_errors = []
338+
software = 'unknown'
338339
if 'software' not in labels or not labels['software']:
339340
label_errors.append('software label not present')
340341
status = False

0 commit comments

Comments
 (0)