From 0660c14a62b7d882ce5a1c684853309f780ed7d6 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Wed, 3 Aug 2022 10:40:29 +0300 Subject: [PATCH] Add debug print for REPO (and desc just in case) --- osc/commandline.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osc/commandline.py b/osc/commandline.py index 7a015335..6f6f4199 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -6383,6 +6383,8 @@ Please submit there instead, or use --nodevelproject to force direct submission. if self.options.debug: print("hostarch: ", osc.build.hostarch) print("arg_arch: ", arg_arch) + print("arg_repository: ", arg_repository) + print("arg_descr: ", arg_descr) repositories = [] # store list of repos for potential offline use