Skip to content
Snippets Groups Projects
Commit fdfefd9d authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Added debugging line for path.

parent 36abc79f
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,5 @@ if __name__ == "__main__":
parser.add_argument('zip_path', type=str, help='Path to the ZIP file containing GeoTIFFs.')
args = parser.parse_args()
print("Processing file at path:", args.zip_path) # Debug print
main(args.zip_path)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment