mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Silence pylint errors.
This commit is contained in:
parent
b120a39ec6
commit
9950b07204
3 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ class Target:
|
|||
mount("tmpfs", self.path, "tmpfs", f"size={size}")
|
||||
self._type = TargetType.TMPFS
|
||||
|
||||
# pylint: disable=too-many-arguments
|
||||
# pylint: disable=too-many-arguments,too-many-positional-arguments
|
||||
def add_disk(self,
|
||||
name,
|
||||
size="16G",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue