nspcc-dev / gh-push-to-neofs

GitHub action to push things into NeoFS
MIT License
7 stars 2 forks source link

push: fix script failure with undefined LIFETIME #20

Closed roman-khimov closed 4 months ago

roman-khimov commented 4 months ago

File "/home/runner/work/_actions/nspcc-dev/gh-push-to-neofs/master/push-to-neofs.py", line 287, in push_files_to_neofs( File "/home/runner/work/_actions/nspcc-dev/gh-push-to-neofs/master/push-to-neofs.py", line 275, in push_files_to_neofs expiration_epoch, ^^^^^^^^^^^^^^^^ UnboundLocalError: cannot access local variable 'expiration_epoch' where it is not associated with a value