Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Give warning is using dbc2val from this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Dec 15, 2023
1 parent aa6ea0b commit 5221cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dbc2val/dbcfeeder.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,9 @@ def main(argv):
args = parser.parse_args()
config = _parse_config(args.config)

log.warn("DBC Feeder has migrated to a new repository")
log.info("Consider using CAN provider in https://github.com/eclipse-kuksa/kuksa-can-provider instead")

if args.dbc2val:
use_dbc2val = True
elif args.no_dbc2val:
Expand Down

0 comments on commit 5221cea

Please sign in to comment.