Actions
Bug #6921
open[SDKs] `arv create` creates an object from an empty file
Story points:
0.5
Release:
Release relationship:
Auto
Description
When you run arv create
, you start with a file that has {}
in it. You're expected to fill in the necessary JSON.
If you remove those braces and exit the editor with an empty file, arv create
still tries to create an object—presumably with an empty body.
This surprised me. I expected it to follow the convention of git commit
, git rebase
, etc., where saving an empty action file causes the tool to abort.
Updated by Brett Smith almost 9 years ago
#8088 points out that if you exit your editor without saving, that shouldn't create an object either.
Updated by Ward Vandewege over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions