mirror of
https://github.com/nspcc-dev/gh-push-to-neofs.git
synced 2026-03-01 04:28:40 +00:00
Incorrect behavior with empty LIFETIME variable #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vvarg229 on GitHub (Oct 17, 2023).
See: https://github.com/nspcc-dev/gh-push-to-neofs/actions/runs/6548797941/job/17784274766
Current Behavior
push-to-neofs.py: error: argument --lifetime: invalid int value: ''Expected Behavior
The value 0 should be substituted, which means that the object will be stored indefinitely.
@roman-khimov commented on GitHub (May 15, 2024):
Fixed in #20.