aboutcode-org / aboutcode-org/vulnerablecode

Use f-strings for better readability

Aperta
#877 2 commenti 0 reazioni 1 assegnatario Rivendicata da @johnmhoran Vedi su GitHub
ui
Lingua principale
Python
Stelle
702
Fork
328
Merge medio
3g 8h
PR unite (30g)
3

Descrizione

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}."
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.