]> git.decadent.org.uk Git - dak.git/blobdiff - dak/process_unchecked.py
use the right variable name
[dak.git] / dak / process_unchecked.py
index 11bbfef9ab564f368b3e877b59aec523fef9abe8..a40118d4969b8f90dbdb7252ce92355f0ab8ad35 100755 (executable)
@@ -122,7 +122,9 @@ def usage (exit_code=0):
 
 ################################################################################
 
-def action ():
+def action(u):
+    cnf = Config()
+
     # changes["distribution"] may not exist in corner cases
     # (e.g. unreadable changes files)
     if not u.pkg.changes.has_key("distribution") or not isinstance(u.pkg.changes["distribution"], DictType):