[elbe-devel] [PATCH 02/11] elbepack: check_updates: fix name of source xml argument

Thomas Weißschuh thomas.weissschuh at linutronix.de
Thu Aug 1 17:52:59 CEST 2024


Using dashes in names make accessing them awkward.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 elbepack/commands/check_updates.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elbepack/commands/check_updates.py b/elbepack/commands/check_updates.py
index 49a2a0182124..c5f92ba7f315 100644
--- a/elbepack/commands/check_updates.py
+++ b/elbepack/commands/check_updates.py
@@ -50,7 +50,7 @@ def run_command(argv):
         '--changelogs',
         dest='changelogs',
         help='filename of changelog xml file')
-    aparser.add_argument('source-xmlfile')
+    aparser.add_argument('source_xmlfile')
     args = aparser.parse_args(argv)
 
     if not args.skip_validation:

-- 
2.45.2



More information about the elbe-devel mailing list