mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 01:46:13 +01:00
'status': don't print unmodified files
This commit is contained in:
parent
03ca18dbb8
commit
f5a2f3089b
@ -108,8 +108,7 @@ def main():
|
||||
filelist = localmeta_get_filelist()
|
||||
for filename in filenames:
|
||||
s = get_file_status(project, package, filename, filelist=filelist)
|
||||
#if not s.startswith(' '):
|
||||
# print s
|
||||
if not s.startswith(' '):
|
||||
print s
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user