Skip to content

Changes

Started by upstream project gerrit-pysim #2799
Started 21 hr ago
Queued 5.1 sec
Took 14 min on built-in

Summary

  1. pySim/global_platform: replace deprecated argument group() creation (details)
Commit 313c676dc077893a297366218a7e87d9ed95e42a by lynxis
pySim/global_platform: replace deprecated argument group() creation

The global platform code used install_cap_parser.add_mutually_exclusive_group().add_argument_group()
But calling add_argument_group() on an exclusive group was never an intended feature nor
according to python docs was a working feature.

Change-Id: I4f73d3417a12b7fe94e33a265cdae244f3c9a1e9
The file was modifiedpySim/global_platform/__init__.py