We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bc28c commit a508043Copy full SHA for a508043
mock/py/mockbuild/buildroot.py
@@ -943,8 +943,8 @@ def _setup_nosync(self):
943
return
944
945
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
+ # ld_preload need to be same as in bootstrap because we call DNF in
+ # bootstrap, but it will load nosync from the final chroot
948
if self.bootstrap_buildroot is not None:
949
self.tmpdir = self.bootstrap_buildroot.tmpdir
950
if not os.path.isdir(self.tmpdir):
0 commit comments