diff --git a/osc/commandline.py b/osc/commandline.py index 746981a2..6233c47d 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -108,9 +108,8 @@ 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 - print s + if not s.startswith(' '): + print s elif cmd == 'add':