Commit ad5625cc authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

rewrite retry

parent 794846ae
Pipeline #11555 passed with stage
......@@ -10,6 +10,7 @@ Modified-History:
import traceback
def retry(func, *args, **kwargs):
if "n_try" in kwargs.keys():
n_try = kwargs.pop("n_try")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment