Fix passing parameters with spaces to bifrost-cli
Change-Id: Ib8f766ab17c0ef558a1eba82fea1bbd070500107
This commit is contained in:
parent
2c79b71602
commit
27da1c25da
@ -10,4 +10,4 @@ if ! python3 -c "import sys; assert sys.version_info >= (3, 6)" 2> /dev/null; th
|
||||
exit 1
|
||||
fi
|
||||
|
||||
PYTHONPATH=$(dirname $0) exec python3 -m bifrost.cli $@
|
||||
PYTHONPATH=$(dirname $0) exec python3 -m bifrost.cli "$@"
|
||||
|
4
releasenotes/notes/params-ab98e0ac242d119a.yaml
Normal file
4
releasenotes/notes/params-ab98e0ac242d119a.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fixes passing parameters with spaces to ``bifrost-cli``.
|
Loading…
Reference in New Issue
Block a user