From d4298884499a486a170b765ad38551f7fd43da56 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 15 2020 07:54:35 +0000 Subject: Do not split the kerberos principal, it is needed to list the side-tags Signed-off-by: Pierre-Yves Chibon --- diff --git a/clean_up_side_tags.py b/clean_up_side_tags.py index 607ba4c..59d7afd 100644 --- a/clean_up_side_tags.py +++ b/clean_up_side_tags.py @@ -51,7 +51,7 @@ def main(args): # list side-tags: cmd = [ - conf["fedpkg"], "list-side-tags", "--user", conf["kb_principal"].rsplit('@', 1)[0] + conf["fedpkg"], "list-side-tags", "--user", conf["kb_principal"] ] output = run_command(cmd)