The return statement in test.py returns the output(return value) twice, even when it is called once. I have not called the function in try_resume_screen.py. Is circular dependency responsible for this?
Asked
Active
Viewed 42 times
0
-
Try running through your code with a [debugger](https://stackoverflow.com/questions/25385173/what-is-a-debugger-and-how-can-it-help-me-diagnose-problems). – Alias Cartellano Mar 04 '22 at 21:41