cgse-tools 0.17.0__tar.gz → 0.17.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -32,6 +32,11 @@ venv
32
32
 
33
33
  .idea
34
34
 
35
+ # VSCode IDE
36
+
37
+ .vscode
38
+ *.code-workspace
39
+
35
40
  # MKDOCS documentation site
36
41
 
37
42
  /site
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cgse-tools
3
- Version: 0.17.0
3
+ Version: 0.17.2
4
4
  Summary: Tools for CGSE
5
5
  Author: IvS KU Leuven
6
6
  Maintainer-email: Rik Huygen <rik.huygen@kuleuven.be>, Sara Regibo <sara.regibo@kuleuven.be>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cgse-tools"
3
- version = "0.17.0"
3
+ version = "0.17.2"
4
4
  description = "Tools for CGSE"
5
5
  authors = [
6
6
  {name = "IvS KU Leuven"}
@@ -217,6 +217,7 @@ def show_setup(
217
217
  list_all: Annotated[bool, typer.Option(help="Print a list of all available setups")] = False,
218
218
  setup_id: Annotated[int, typer.Option(help="Show the setup with this id")] = -1,
219
219
  ):
220
+ """Show the Setup that was selected from the options."""
220
221
  if use_cm:
221
222
  try:
222
223
  from egse.confman import ConfigurationManagerProxy
File without changes