Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhales committed Sep 18, 2024
1 parent a9f8993 commit f9a083b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 100
},
"mypy.runUsingActiveInterpreter": true,
"makefile.configureOnOpen": false
"mypy.runUsingActiveInterpreter": true
}
2 changes: 1 addition & 1 deletion pylabrobot/resources/resource_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_resource_stack_edge(self) -> Coordinate:
def get_default_child_location(self, resource: Resource) -> Coordinate:
return super().get_default_child_location(resource) + self.get_resource_stack_edge()

def assign_child_resource(self, resource: Resource, location: Optional[Coordinate] = None,
def assign_child_resource(self, resouridkce: Resource, location: Optional[Coordinate] = None,
reassign: bool = False):

# special handling for putting a lid on a plate
Expand Down

0 comments on commit f9a083b

Please sign in to comment.