Skip to content

Commit

Permalink
swupdateclient: fix typo
Browse files Browse the repository at this point in the history
Fixes the following error:

AttributeError: 'Namespace' object has no attribute 'route'

Signed-off-by: Sam Van Den Berge <[email protected]>
  • Loading branch information
S4mw1s3 authored and sbabic committed May 8, 2024
1 parent 38c5da2 commit 72a3f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/python/swupdateclient/swupdateclient/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def client(args: List[str]) -> None:
args.swu_file,
args.host_name,
args.port,
args.route,
path=args.path,
log_level=args.log_level.upper(),
)
updater.update(timeout=args.timeout)
Expand Down

0 comments on commit 72a3f2f

Please sign in to comment.