We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/biomaj_daemon/daemon/biomaj_daemon_web.py", line 1086, in biomaj_daemon (res, msg) = biomaj_client_action(options_object, config) File "/usr/local/lib/python3.9/dist-packages/biomaj_daemon/daemon/utils.py", line 955, in biomaj_client_action return biomaj_show(options, config) File "/usr/local/lib/python3.9/dist-packages/biomaj_daemon/daemon/utils.py", line 318, in biomaj_show return (True, msg) UnboundLocalError: local variable 'msg' referenced before assignment
The text was updated successfully, but these errors were encountered:
case where no production release found (total or with option release)
msg should be initialized to None at function start and before leaving
if len(results) == 0: reutrn (False, "no production release found")
:-)
Sorry, something went wrong.
Thank your Mr @osallou :p
C est gratuit, ahhh la nostalgie ;-)
Ouah, un nouveau ministère contributeur 😍
mboudet
No branches or pull requests
The text was updated successfully, but these errors were encountered: