[Secure-testing-commits] r54618 - lib/python

Sebastien Delafond seb at moszumanska.debian.org
Fri Aug 11 13:40:36 UTC 2017


Author: seb
Date: 2017-08-11 13:40:36 +0000 (Fri, 11 Aug 2017)
New Revision: 54618

Modified:
   lib/python/security_db.py
Log:
Make sure comment is initialized

Modified: lib/python/security_db.py
===================================================================
--- lib/python/security_db.py	2017-08-11 12:53:44 UTC (rev 54617)
+++ lib/python/security_db.py	2017-08-11 13:40:36 UTC (rev 54618)
@@ -176,6 +176,7 @@
                    or (cmpresult == 0 and row.subrelease == ''):
                     best_row = row
             reason = None
+            comment = None
 
             # Compute state.  Update state-seen flags for global state
             # determination.




More information about the Secure-testing-commits mailing list