From 4e3e2b7bbc4af97228d0f7e48bfc31167c44c3f9 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Wed, 12 Mar 2008 23:29:21 +0100 Subject: [PATCH 1/1] check_transitions only takes the loaded transitions --- dak/edit_transitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/edit_transitions.py b/dak/edit_transitions.py index 0d75652b..15cc8dc4 100755 --- a/dak/edit_transitions.py +++ b/dak/edit_transitions.py @@ -305,7 +305,7 @@ def main(): edit_transitions() elif Options["check"]: # Check and remove outdated transitions - check_transitions(transitions, Cnf["Dinstall::Reject::ReleaseTransitions"]) + check_transitions(transitions) else: # Output information about the currently defined transitions. transition_info(transitions) -- 2.39.2