Skip to content

Commit

Permalink
try w/o
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jan 7, 2025
1 parent e97f896 commit 87a3a0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/fetch_last_known_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ def main(args):
)
logging.info(f"Traceback:\n{udf_history}")

sys.stderr(
f"UDF '{target_udf}' pulled from steps: {' ,'.join(set(steps_used))}. Please double check the values."
)
# TODO use variable
msg = f"UDF '{target_udf}' pulled from steps: {' ,'.join(set(steps_used))}. Please double check the values."


if __name__ == "__main__":
Expand Down

0 comments on commit 87a3a0c

Please sign in to comment.