Skip to content

Commit

Permalink
Update ot2_driver/protopiler/resource_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckierDodge authored Aug 8, 2024
1 parent 46ea62c commit d3b27a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ot2_driver/protopiler/resource_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ def load_equipment(
# setup the resource tracker, if exists leave as is, else, create it
resources = None
try:
test = self.resources
print(test)
print(self.resources)
except AttributeError:
if resource_file:
self.resource_file = Path(resource_file)
Expand Down

0 comments on commit d3b27a7

Please sign in to comment.