Skip to content

Commit

Permalink
edited set_meshes return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
acse-ej321 authored and jwallwork23 committed Dec 3, 2023
1 parent 1541232 commit 6bc1734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goalie/mesh_seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def set_meshes(self, meshes):
)
debug(100 * "-")

self.meshes = meshes
return self.meshes = meshes

def plot(
self, **kwargs
Expand Down

0 comments on commit 6bc1734

Please sign in to comment.