-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add disk was removed output #1738
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1738 +/- ##
==========================================
- Coverage 88.29% 88.28% -0.02%
==========================================
Files 62 62
Lines 9031 9036 +5
Branches 1457 1459 +2
==========================================
+ Hits 7974 7977 +3
+ Misses 802 801 -1
- Partials 255 258 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
neuromation/cli/disks.py
Outdated
await root.client.disks.rm(disk_id) | ||
if root.verbosity > 0: | ||
click.echo(f"Disk with id: '{disk_id}' was successfully removed.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think :
is not needed here grammatically.
Disk with id 'abcd-1234' was successfully removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Closes #1735