Skip to content

Commit

Permalink
Changed appendMetadata() to recurse in the affirmative to actually al…
Browse files Browse the repository at this point in the history
…low for multiple additional folders to be added, not just one
  • Loading branch information
theRealBassist committed Apr 11, 2024
1 parent 6da3b86 commit 9f66ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MetadataToUTMv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def appendMetadata(data):
originalData[2].append(y)
originalData[3].append(altitude)

return originalData
return appendMetadata(originalData)
elif userInput == "N" or userInput == "n":
return data
elif userInput == "X" or userInput == "x":
Expand Down

0 comments on commit 9f66ede

Please sign in to comment.