[entropy.db] complete API docstring and refactoring work

This commit is contained in:
Fabio Erculiani
2009-08-15 22:27:41 +02:00
parent ec3e35ed54
commit 89062bf8f3
18 changed files with 1207 additions and 1262 deletions
+1 -1
View File
@@ -496,7 +496,7 @@ def ugcDocuments(options):
continue
doc_data = doc_data[0]
data, err_msg = Equo.UGC.remove_document_autosense(repository, identifier, doc_data['iddoctype'])
if data == False:
if data is False:
print_error(
"[%s:%s] %s: %s, %s" % (
darkgreen(repository),