Skip to content

Commit

Permalink
minor UDF dep archive logging tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Nov 14, 2024
1 parent 7a507dd commit b63280c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openeogeotrellis/udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def build_python_udf_dependencies_archive(

# Copy the archive to the target location
target = Path(target)
_log.info(f"Copying {temp_archive} ({temp_archive.stat().st_size} bytes) to {target}")
_log.info(f"Copying UDF dep archive {temp_archive} ({temp_archive.stat().st_size} bytes) to {target}")
shutil.copy(src=temp_archive, dst=target)

return target
Expand Down

0 comments on commit b63280c

Please sign in to comment.