patman: fail early in Setup when provided config file does not exist
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Tue, 20 Dec 2022 05:38:40 +0000 (00:38 -0500)
committerSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 02:21:57 +0000 (19:21 -0700)
commitdb16edd8ced27c06c075999ef95c6a1a57db98e0
tree96f3532d7de11ee252bc3540225074d6d86fb0e1
parent2c58a5e2753e4f0afc4c937b07b9380398bbe8fd
patman: fail early in Setup when provided config file does not exist

Rationale: if the user explicitly provide this argument, they probably
intend for it to be used.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@savoirfairelinux.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/patman/settings.py