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

Use f-strings for better readability #877

Open
johnmhoran opened this issue Aug 25, 2022 · 2 comments
Open

Use f-strings for better readability #877

johnmhoran opened this issue Aug 25, 2022 · 2 comments
Assignees
Labels

Comments

@johnmhoran
Copy link
Member

From @tdruez 's comments in #875 .

Use f-strings for better readability:

search_string = request.GET["name"]
"package_search": f"The VCIO DB does not contain a record of the package you entered: {search_string}."
@johnmhoran johnmhoran added the ui label Aug 25, 2022
@johnmhoran johnmhoran self-assigned this Aug 25, 2022
@35C4n0r
Copy link

35C4n0r commented Aug 28, 2022

@johnmhoran can i work on this issue?

@johnmhoran
Copy link
Member Author

Thanks @35C4n0r but I have this covered -- I'm working on all the UI issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants