batch_handler
Helper decorator to catch exceptions and save the state before exiting.
batch_handler(batch_function)
Provides the state to the batch function and ensures the state is saved if an exception is thrown.
Source code in dapla_team_cli/pr/batch_handler.py
9 10 11 12 13 14 15 16 17 18 19 |
|