lint: F541 f-string is missing placeholders

This commit is contained in:
Alexandre Aubin 2022-08-17 19:23:49 +02:00
parent b0cc65aff6
commit a2dfec499d

View file

@ -525,7 +525,7 @@ class MyMigration(Migration):
)
cmd = (
f"LC_ALL=C DEBIAN_FRONTEND=noninteractive APT_LISTCHANGES_FRONTEND=none apt install --quiet -o=Dpkg::Use-Pty=0 --fix-broken --assume-yes "
"LC_ALL=C DEBIAN_FRONTEND=noninteractive APT_LISTCHANGES_FRONTEND=none apt install --quiet -o=Dpkg::Use-Pty=0 --fix-broken --assume-yes "
+ cmd
)