Skip to content

Commit

Permalink
Update run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaButters authored Aug 2, 2024
1 parent fa042bf commit cacd323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def read_geometries(path, bbox=None):
filename=file_path[0].split("/")
#print('Filename:',filename[-1])

src = parameter_file[0]
src = parameter_file[i]
#print('src:',src)
dst = os.path.join(outputs_parameters_data,filename[-1] + '.csv')
#print('dst,dst')
Expand Down

0 comments on commit cacd323

Please sign in to comment.