Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e066a commit cfb30e2Copy full SHA for cfb30e2
1 file changed
Doc/tools/mkhowto
@@ -294,7 +294,7 @@ class Job:
294
"Could not locate support images of type %s."
295
% `self.options.image_type`)
296
for fn in imgs:
297
- new_fn = os.path.join(self.doc, os.path.basename(fn))
+ new_fn = os.path.join(self.builddir, os.path.basename(fn))
298
shutil.copyfile(fn, new_fn)
299
if "text" in formats:
300
self.require_temps()
0 commit comments