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
If a pod is running and a user tries to delete it without first stopping it, then the delete API endpoint first tries to stop the pod, then delete it, but the new log update breaks that because of a missing argument in this endpoint:
File "/app/src/api/api.py", line 93, in delete_analysis
deployment.stop(database)
TypeError: Analysis.stop() missing 1 required positional argument: 'log'
The text was updated successfully, but these errors were encountered:
If a pod is running and a user tries to delete it without first stopping it, then the delete API endpoint first tries to stop the pod, then delete it, but the new log update breaks that because of a missing argument in this endpoint:
The text was updated successfully, but these errors were encountered: