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'd like to report small bug in pre-release version 3.0.0, which I'm trying to use as library call from python.
The bug is in dl_2_file. When MOTU server replies with error, this error is detected here, which is logged here and after that this line raises UnboundLocalError: local variable 'size' referenced before assignment exception because variable size is defined here after raising first exception.
Could this be fixed? It would be also very useful if the exception that is just logged with "Download failed" got passed back to caller instead of just being logged.
Thank you very much for your time 🙂
The text was updated successfully, but these errors were encountered:
Thank you for your interest in Motu Project. Motu is an open source project and so you are free to provide a pull request in order to improve this excellent behaviour that you mention.
It will be then easier for us to test and to integrate it your update.
I'd like to report small bug in pre-release version 3.0.0, which I'm trying to use as library call from python.
The bug is in dl_2_file. When MOTU server replies with error, this error is detected here, which is logged here and after that this line raises UnboundLocalError: local variable 'size' referenced before assignment exception because variable size is defined here after raising first exception.
Could this be fixed? It would be also very useful if the exception that is just logged with "Download failed" got passed back to caller instead of just being logged.
Thank you very much for your time 🙂
The text was updated successfully, but these errors were encountered: