Skip to content

Commit

Permalink
Merge pull request CSID-DGU#107 from CSID-DGU/ai/feature/naming
Browse files Browse the repository at this point in the history
AI: [fix] path naming logic 수정 #1
  • Loading branch information
DONGSANSUNJAE authored Nov 27, 2024
2 parents 54417e6 + 95f03b9 commit b728ebd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ai/path_naming.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,5 @@ def process_gpx_file(self, file_path):
result = gpx_processor.process_gpx_file(sample_file)

new_file_name = f"{result['difficulty']}_{result['facilities']}_{result['track_type']}_{result['distance_km']}Km.gpx"
print(f"새로운 파일명: {new_file_name}")
print(f"새로운 파일명: {new_file_name}")

0 comments on commit b728ebd

Please sign in to comment.