Skip to content

Commit 0a92a26

Browse files
committed
bug fix
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent ad2962d commit 0a92a26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/attributecode/cmd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ def attrib(input, output, api_url, api_key, scancode, min_license_score, referen
504504
else:
505505
msg = 'No ABOUT file or reference is found from the input. Attribution generation halted.'
506506
click.echo(msg)
507+
errors_count = 1
507508
sys.exit(errors_count)
508509

509510
if not is_about_input:

0 commit comments

Comments
 (0)