You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw there is a listener that functions as a callback mechanism, It occurred to me that I could potentially trigger an exception within the listener function when I need to stop and subsequently catch it outside of the move function.
Might there be a more optimal alternative available?
I saw there is a
listener
that functions as a callback mechanism, It occurred to me that I could potentially trigger an exception within the listener function when I need to stop and subsequently catch it outside of themove
function.Might there be a more optimal alternative available?
rclone_python/rclone_python/utils.py
Lines 118 to 120 in e65cbff
The text was updated successfully, but these errors were encountered: