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

Commits on Jul 8, 2019

  1. Update run_tracker stats request

    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.
    codealchemy committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    b1524ea View commit details
    Browse the repository at this point in the history
  2. Update to use f-strings

    codealchemy committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    115d8e7 View commit details
    Browse the repository at this point in the history