aboutcode-org / aboutcode-org/vulnerablecode

Use f-strings for better readability

Open
#877 2 comments 0 reactions 1 assignee Claimed by @johnmhoran View on GitHub
ui
Dominant language
Python
Stars
702
Forks
328
Avg merge
3d 8h
Merged PRs (30d)
3

Description

From @tdruez 's comments in https://github.com/nexB/vulnerablecode/issues/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}."
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.