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

scuba: Simplify ScubaDive.__str__ #246

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Conversation

JonathonReinhart
Copy link
Owner

The output format is not particularly important; it is a diagnostic facility. Switch from complex custom formatting to pprint.pformat().

Copy link

github-actions bot commented Jan 2, 2024

Test Results

  5 files    5 suites   1m 33s ⏱️
169 tests 167 ✅  2 💤 0 ❌
845 runs  835 ✅ 10 💤 0 ❌

Results for commit 1afd9fb.

♻️ This comment has been updated with latest results.

The output format is not particularly important; it is a diagnostic
facility. Switch from complex custom formatting to pprint.pformat().

Note that we would like to use sort_dicts=False, but that was introduced
in Python 3.8, and our current minimum is Python 3.7. See #242.
@JonathonReinhart JonathonReinhart merged commit d1df2fb into main Jan 3, 2024
10 checks passed
@JonathonReinhart JonathonReinhart deleted the simplify-ScubaDive-str branch January 3, 2024 05:25
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