lint fix
This commit is contained in:
parent
adbdf47ef4
commit
88434db29a
7 changed files with 8 additions and 4 deletions
|
@ -10,6 +10,5 @@ def need(command: str) -> None:
|
|||
package = "squashfs-tools"
|
||||
case _:
|
||||
package = None
|
||||
if package:
|
||||
if package not in packages:
|
||||
packages.append(package)
|
||||
if package and package not in packages:
|
||||
packages.append(package)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import ps
|
||||
|
||||
import rwx.cmd
|
||||
|
||||
rwx.cmd.need("mksquashfs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue