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

Python cleanup #437

Open
4 tasks
mkavulich opened this issue Mar 8, 2024 · 0 comments
Open
4 tasks

Python cleanup #437

mkavulich opened this issue Mar 8, 2024 · 0 comments
Assignees
Labels
CCPP v7 Needed for CCPP v7 public release

Comments

@mkavulich
Copy link
Collaborator

mkavulich commented Mar 8, 2024

There are a number of features throughout run_scm.py and other python code that should be cleaned up at some point, and an upcoming release seems like the perfect excuse to do it:

  • Convert old-style format strings to f-strings
  • Use more specific Exceptions for various errors when appropriate
  • Other cleanup suggested by pylint
  • Remove old, unused ".py" files that are not scripts or modules
@mkavulich mkavulich added the CCPP v7 Needed for CCPP v7 public release label Mar 8, 2024
@mkavulich mkavulich self-assigned this Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCPP v7 Needed for CCPP v7 public release
Projects
None yet
Development

No branches or pull requests

1 participant