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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pdb conflict in run_tracker stats request #8025

Merged
merged 2 commits into from Jul 9, 2019

Conversation

codealchemy
Copy link
Contributor

@codealchemy codealchemy commented Jul 8, 2019

Memoizing the response as r when posting stats in the run tracker conflicts with pdb's r(eturn) command, frustrating attempts to debug requests in the run tracker - res seemed like a sensible alternative.

馃摑 Also updated uses of .format to f-strings, per the updated style guide and Slack discussion.

Using  here conflicts with [pdb's  command](https://docs.python.org/3/library/pdb.html#pdbcommand-return), frustrating attempts to debug requests in the run tracker.

 seemed like a sensible alternative.
@benjyw benjyw self-requested a review July 8, 2019 22:16
@benjyw benjyw merged commit de02cfa into pantsbuild:master Jul 9, 2019
@codealchemy codealchemy deleted the update-req-pdb-collision branch July 9, 2019 15:16
illicitonion pushed a commit that referenced this pull request Jul 10, 2019
Memoizing the response as r when posting stats in the run tracker conflicts with pdb's r(eturn) command, frustrating attempts to debug requests in the run tracker - res seemed like a sensible alternative.

Also updated uses of .format to f-strings, per the updated style guide and Slack discussion.
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

3 participants