Skip to content

Commit

Permalink
bump logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Dec 20, 2024
1 parent a7c65e6 commit 6e41824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch_last_known_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def main(args):
target_artifact.udf[target_udf] = udf_value
target_artifact.put()
logging.info(
f"Updated UDF '{target_udf}' for {'input' if no_outputs else 'output'} '{target_artifact.name}' to '{udf_value}'"
f"Updated UDF '{target_udf}' for {'input' if no_outputs else 'output'} artifact '{target_artifact.name}' to '{udf_value}'"
)
else:
logging.warning(
Expand Down

0 comments on commit 6e41824

Please sign in to comment.