-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Environment
- OS Version: Ubuntu 22.04, binary build
- gz-fuel-tools:
type: git
url: https://github.com/gazebosim/gz-fuel-tools
version: gz-fuel-tools8
commit: 54491c8
Description
- Expected behavior: return code non-zero
- Actual behavior:error code zero
root@user-desktop:/gazebo# gz fuel download --url https://fuel.gazebosim.org/1.0/openrobotics/models/sydney_regatta
[Err] [FuelClient.cc:677] Failed to download model.
Server: https://fuel.gazebosim.org
Route: openrobotics/models/sydney_regatta/tip/sydney_regatta.zip
REST response code: 504
Download failed.
root@user-desktop:/gazebo# echo $?
0
It would be nice to have a non-zero return code in the terminal, as it would make error handling and catching easier.
Greetings
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
To do