Skip to content

Commit

Permalink
Fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
Xierumeng committed Nov 15, 2024
1 parent 750739e commit c066093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path_2024_task_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main() -> int:
print("ERROR: Unable to convert waypoints from dict to list")
return -1

result, _ = kml_conversion.named_positions_to_kml(
result, _ = kml_conversion.positions_to_kml(
waypoints_list,
KML_FILE_PREFIX,
LOG_DIRECTORY_PATH,
Expand Down

0 comments on commit c066093

Please sign in to comment.