Skip to content
Snippets Groups Projects
Commit ecc78258 authored by Paul-Winpenny's avatar Paul-Winpenny
Browse files

Update message_handler.py

parent 23bfa375
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ class MessageHandler: ...@@ -144,7 +144,7 @@ class MessageHandler:
"""Handles the REQMAP command.""" """Handles the REQMAP command."""
# Relative path to the JSON file # Relative path to the JSON file
working_dir = os.getcwd() working_dir = os.getcwd()
graph_file_path = os.path.abspath(os.path.join(working_dir,"src", "robobin", "robobin", "graphs", "graph.json")) graph_file_path = os.path.abspath(os.path.join(working_dir,"src", "robobin", "robobin", "graphs", "graph_pt2.json"))
try: try:
# Load the graph JSON file # Load the graph JSON file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment