Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tcappellari-bdai committed May 29, 2024
1 parent 8e04c57 commit e45175d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spot_wrapper/spot_mission_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def _load_mission_as_chunks(self, root: nodes_pb2.Node, leases=None, data_chunk_
except ValidationError as e:
return False, f"The mission could not be validated: {e}"

def get_mission_info(self):
def _get_mission_info(self):
"""Get static information about the loaded mission.
Raises:
Expand Down

0 comments on commit e45175d

Please sign in to comment.