mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
devtool: standard: Add some missing whitespace
Makes it a little bit easier when reading the code. (From OE-Core rev: 6a757f9648685448fd18507f6aaf4eed0a57579f) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
539c880126
commit
890446392b
@@ -870,7 +870,7 @@ def modify(args, config, basepath, workspace):
|
||||
for fname in local_files:
|
||||
_move_file(os.path.join(workdir, fname), os.path.join(srctree, 'oe-local-files', fname))
|
||||
with open(os.path.join(srctree, 'oe-local-files', '.gitignore'), 'w') as f:
|
||||
f.write('# Ignore local files, by default. Remove this file ''if you want to commit the directory to Git\n*\n')
|
||||
f.write('# Ignore local files, by default. Remove this file if you want to commit the directory to Git\n*\n')
|
||||
|
||||
symlink_oelocal_files_srctree(rd, srctree)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user