Skip to content

Commit

Permalink
removed todo
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Utz <uta5fe@bosch.com>
  • Loading branch information
ant-u committed Nov 28, 2024
1 parent cd379e5 commit 9330eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ros_license_toolkit/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def main(args: Optional[Sequence[str]] = None) -> int:
rll_print(f"All packages:\n {WARNING_STR}", Verbosity.QUIET)
return os.EX_OK
rll_print(f"All packages:\n {FAILURE_STR}", Verbosity.QUIET)
return os.EX_DATAERR # TODO change this to critical error
return os.EX_DATAERR


def generate_copyright_file(packages, rll_print):
Expand Down

0 comments on commit 9330eb2

Please sign in to comment.