Paste #166704 |
pasted on 05.03.2021 13:01
- Edit to this paste
- Raw
-
Compare with paste
#
Text paste
1 2 3 4 5 6 7 8 9 10 11 | --- /usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py.orig 2021-03-05 12:59:22.577418329 +0300 +++ /usr/lib64/python2.7/site-packages/calculate/lib/cl_template.py 2021-03-05 13:01:33.015393860 +0300 @@ -3115,7 +3115,7 @@ old_config = self.objVar.Get('cl_emerge_config') try: if self.objVar.Get('cl_action') == 'image': - self._baseDir = self.objVar.Get('cl_builder_path') + self._baseDir = self.objVar.Get('builder.cl_builder_path') else: self._baseDir = self.objVar.Get('cl_chroot_path') dvc = DataVarsConfig(self._baseDir) |