Skip to content

Commit a508043

Browse files
cheese1praiskup
authored andcommitted
mock: typofix s/but but/but/ in buildroot.py
Closes: #1527
1 parent d1bc28c commit a508043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mock/py/mockbuild/buildroot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,8 @@ def _setup_nosync(self):
943943
return
944944

945945
multilib = ('x86_64', 's390x')
946-
# ld_preload need to be same as in bootstrap because we call DNF in bootstrap, but
947-
# but it will load nosync from the final chroot
946+
# ld_preload need to be same as in bootstrap because we call DNF in
947+
# bootstrap, but it will load nosync from the final chroot
948948
if self.bootstrap_buildroot is not None:
949949
self.tmpdir = self.bootstrap_buildroot.tmpdir
950950
if not os.path.isdir(self.tmpdir):

0 commit comments

Comments
 (0)