mirror of
https://git.yoctoproject.org/git/opkg-utils
synced 2026-02-09 23:06:47 +01:00
opkg-make-index: fix mis-indented else:
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Richard Purdie
parent
49cc783d8e
commit
3d62b08bab
@@ -213,7 +213,7 @@ if filelist_filename:
|
||||
(h,t) = os.path.split(fn)
|
||||
if not t: continue
|
||||
if t not in files: files[t] = name+':'+fn
|
||||
else: files[t] = files[t] + ',' + name+':'+fn
|
||||
else: files[t] = files[t] + ',' + name+':'+fn
|
||||
|
||||
tmp_filelist_filename = ("%s.%d" % (filelist_filename, os.getpid()))
|
||||
f = open(tmp_filelist_filename, "w")
|
||||
|
||||
Reference in New Issue
Block a user