Show missing files in the output of pisi check

This commit is contained in:
Fatih Aşıcı
2010-02-28 18:32:24 +00:00
parent 31e35e9604
commit 812f81ee69
+1
View File
@@ -45,6 +45,7 @@ def check_files(files, check_config=False):
else:
ctx.ui.info(_("OK"), verbose=True)
else:
ctx.ui.error("\nMissing file: /%s" % f.path)
results['missing'].append(f.path)
return results