[chrootcfg] PEP8 modification

This commit is contained in:
Philip 2017-06-23 12:33:19 +02:00
parent a1e1c66f1d
commit 709a9e9078

View File

@ -186,7 +186,7 @@ class PacmanController:
"--dbpath",
dbdir
])
cmd = args + pkglist
cmd = args + pkglist
self.parse_output(cmd)
def remove(self, pkglist):