opkg-make-index: fix mis-indented else:

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Marc Olzheim
2012-10-04 11:01:10 +02:00
committed by Richard Purdie
parent 49cc783d8e
commit 3d62b08bab

View File

@@ -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")