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

DM-7302: Python 3 #13

Merged
merged 6 commits into from Sep 6, 2016
Merged

DM-7302: Python 3 #13

merged 6 commits into from Sep 6, 2016

Conversation

fred3m
Copy link
Contributor

@fred3m fred3m commented Sep 5, 2016

No description provided.

@timj timj changed the title Tickets/dm 7302 DM-7302: Python 3 Sep 5, 2016
print >> sys.stderr, "Not enough apertures for %s in catalogue %s: using first aperture" % \
(prefs.getPhotfluxRkey(), filename)
print("Not enough apertures for %s in catalogue %s: using first aperture" % \
(prefs.getPhotfluxRkey(), filename), file=sys.stderr)
Copy link
Member

Choose a reason for hiding this comment

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

is the indenting right there?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, I wonder why autopep8 did that?

Copy link
Member

Choose a reason for hiding this comment

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

because futurize doesn't do indenting fixes but autopep8 ran before you did futurize?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Of course, you're right. I should have caught that. Good eye.

@fred3m fred3m merged commit 3153d52 into master Sep 6, 2016
@ktlim ktlim deleted the tickets/DM-7302 branch August 25, 2018 06:15
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.

None yet

2 participants