Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consolidate logs of python script into container logs #21

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

harshad16
Copy link
Member

consolidate logs of Python script into container logs

Run the pipeline with below script:

python script

# try:
#     a = 10
#     b = 0
#     c = a/b
# except ZeroDivisionError:
#     print("Cannot divide by zero!")

a = 10
b = 0
c = a/b

Screenshot from 2024-06-21 04-14-58

Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>
@harshad16
Copy link
Member Author

Merging to get the release out

@harshad16 harshad16 merged commit d377d49 into opendatahub-io:dspv2 Jun 21, 2024
7 of 13 checks passed
paulovmr pushed a commit that referenced this pull request Sep 26, 2024
Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant