diff --git a/setup.py b/setup.py index a00b368b..6c3695e2 100644 --- a/setup.py +++ b/setup.py @@ -39,3 +39,9 @@ print("Hello") def another_function(): print("Yes, ok. Fine.") print(another_function()) + + +if retries > 3: + logger.warning("Maximum retries (3) exceeded") + +