1
0
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:
Dr. Peter Poeml 2006-05-11 11:26:53 +00:00
parent 03ca18dbb8
commit f5a2f3089b

View File

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