Skip to content

Commit

Permalink
Debug PRT - remove mp_decorator on checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa committed Sep 18, 2024
1 parent bc3e640 commit d59d5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _update_provider_actions(self, kwargs):
if key in kwargs:
self._provider_actions[key] = action

@mp_decorator
# @mp_decorator
def _checkout(self):
"""Checkout one or more VMs.
Expand Down

0 comments on commit d59d5db

Please sign in to comment.