mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
- do_status: call print unless "lines" is empty
This commit is contained in:
parent
f39460c8d8
commit
3ed4d30c55
@ -2953,6 +2953,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
# filenames are already sorted
|
||||
lines = [l for l in lines if l[0] == '?'] + \
|
||||
[l for l in lines if l[0] != '?']
|
||||
if lines:
|
||||
print '\n'.join(lines)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user