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
At present, undeploy_lab is the sole method in our codebase that incorporates the lab object. In contrast, the rest of the methods under the Manager class can already handle lab_hash and lab_name.
Given this setup, it would be logical and consistent to extend the lab object support to all other relevant methods within the Manager where lab_hash and lab_name are currently utilized.
The text was updated successfully, but these errors were encountered:
At present,
undeploy_lab
is the sole method in our codebase that incorporates thelab
object. In contrast, the rest of the methods under theManager
class can already handlelab_hash
andlab_name
.Given this setup, it would be logical and consistent to extend the
lab
object support to all other relevant methods within theManager
wherelab_hash
andlab_name
are currently utilized.The text was updated successfully, but these errors were encountered: