Fix calling list

This commit is contained in:
Mikhail Gordeev 2019-11-01 14:22:56 +03:00
parent 1cf9fdc5c4
commit 25bd46e665

View File

@ -515,7 +515,7 @@ Dir::Etc::preferencesparts "/var/empty";
def sign(self): def sign(self):
sum_file = self.checksum_command.upper() sum_file = self.checksum_command.upper()
for branch in self.branches(): for branch in self.branches:
with self.pushd(self.images_dir / branch): with self.pushd(self.images_dir / branch):
files = [f files = [f
for f in os.listdir() for f in os.listdir()