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

Print statement debug #1171

Merged
merged 1 commit into from
Jun 1, 2020
Merged

Conversation

arjunsavel
Copy link
Contributor

Description

Updating a Python print statement from the Python 2 format to the Python 3 format. Fixes #1092.

Motivation and Context

We should keep all our code base up to cade with our current version of python.

How Has This Been Tested?

Ran a documentation build, and everything seems fine!

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have assigned/requested two reviewers for this pull request.

Copy link
Contributor

@harpolea harpolea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@arjunsavel arjunsavel merged commit 3783226 into tardis-sn:master Jun 1, 2020
@arjunsavel arjunsavel deleted the printing-fix branch June 1, 2020 20:35
atharva-2001 pushed a commit to atharva-2001/tardis that referenced this pull request Oct 1, 2021
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.

Still in python2 format.
3 participants