artefacts-cli 0.9.2__py3-none-any.whl → 0.9.3__py3-none-any.whl
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.
- artefacts/cli/app.py +0 -4
- artefacts/cli/version.py +2 -2
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.3.dist-info}/METADATA +1 -1
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.3.dist-info}/RECORD +7 -7
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.3.dist-info}/WHEEL +0 -0
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.3.dist-info}/entry_points.txt +0 -0
- {artefacts_cli-0.9.2.dist-info → artefacts_cli-0.9.3.dist-info}/top_level.txt +0 -0
artefacts/cli/app.py
CHANGED
@@ -551,10 +551,6 @@ def run_remote(config, description, jobname, skip_validation=False):
|
|
551
551
|
# Use the same logic as `run` for expanding scenarios based on array params
|
552
552
|
job["scenarios"]["settings"], _ = generate_scenarios(job, None)
|
553
553
|
|
554
|
-
# Ensure unique names
|
555
|
-
for idx, scenario in enumerate(job["scenarios"]["settings"]):
|
556
|
-
scenario["name"] = f"{scenario['name']}-{idx}"
|
557
|
-
|
558
554
|
run_config["jobs"] = {jobname: job}
|
559
555
|
if "on" in run_config:
|
560
556
|
del run_config["on"]
|
artefacts/cli/version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: artefacts_cli
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.3
|
4
4
|
Author-email: FD <fabian@artefacts.com>, AGC <alejandro@artefacts.com>, TN <tomo@artefacts.com>, EP <eric@artefacts.com>
|
5
5
|
License-Expression: Apache-2.0
|
6
6
|
Project-URL: Homepage, https://github.com/art-e-fact/artefacts-client
|
@@ -1,6 +1,6 @@
|
|
1
1
|
artefacts/__init__.py,sha256=VLmogtpRQeJjQjAORV8ClSJ5qF-57Hxx3apvgy9H1zk,76
|
2
2
|
artefacts/cli/__init__.py,sha256=H_HWGto-Emwy7YJwk0hqONKkq5oBTLqnlde85PDLg_Y,13554
|
3
|
-
artefacts/cli/app.py,sha256=
|
3
|
+
artefacts/cli/app.py,sha256=lJVuaKiEOQ2TgSYFQIzZ5XarzywsG0QMV9PnQe4_cuM,25196
|
4
4
|
artefacts/cli/app_containers.py,sha256=oTWEAIE0m0nQQV7d33q75OL9-Bql0gDEnWGkmgCBnWE,8503
|
5
5
|
artefacts/cli/app_containers.pyi,sha256=3fBxcSppJr6EOEcUojvflG3Eegg7lv2Qp0dNQQILrP4,63
|
6
6
|
artefacts/cli/bagparser.py,sha256=aegvhIgwF-C1giGQWKB-cn0I2fW_iVamFwYm7YkfIyo,3738
|
@@ -16,7 +16,7 @@ artefacts/cli/ros1.py,sha256=tE6WK8SQZPPdWwFnOdIDTNv7chhr6AXY53gDYOEHJhY,9995
|
|
16
16
|
artefacts/cli/ros2.py,sha256=7iP7gtl7wLHo-7eIZPkFNRMHDrp5z-oexVmczed11Ks,8619
|
17
17
|
artefacts/cli/utils.py,sha256=-lMkPo5UtvnYG1D8NGnbOwO8jT4GXhYuwMxs29A393Q,4239
|
18
18
|
artefacts/cli/utils_ros.py,sha256=lOQSMtcRl3OHZ1t_dpZZnP5YdeydLBlcVNs9h91ZXa4,2845
|
19
|
-
artefacts/cli/version.py,sha256=
|
19
|
+
artefacts/cli/version.py,sha256=hUpf0SACiLmVuvT-h1CHsUrKBzu-Ae1M1p5zweHeork,511
|
20
20
|
artefacts/cli/containers/__init__.py,sha256=x3g6nz5TLRtF1bU0mlIN0aDd0Gwv3V3skE1aW9uVK5k,2274
|
21
21
|
artefacts/cli/containers/docker_cm.py,sha256=vOd6qoXc-WEA9ZXDkV-nHF7j5MXmaKFw8bz_qsdakqk,6480
|
22
22
|
artefacts/cli/containers/docker_utils.py,sha256=jGZJy0kapWnFwo5BBudtgI1gY9PXhLTgKCgecNsFUZ8,2966
|
@@ -26,8 +26,8 @@ artefacts/cli/locales/base.pot,sha256=Pd3ojlQiqsbS3RXrFkJWckyepU3K10hEKBH0dIb5iH
|
|
26
26
|
artefacts/cli/locales/click.pot,sha256=nWt25hFB8_U87KeTIgSMucVZqw6mo8oQGrw3KvcFmVA,13852
|
27
27
|
artefacts/copava/__init__.py,sha256=rBf3JxQob2YHGnhuQPoMQQ06fzL-j2BCrLzqF_aZBSw,31
|
28
28
|
artefacts/wrappers/artefacts_ros1_meta.launch,sha256=9tN7_0xLH8jW27KYFerhF3NuWDx2dED3ks_qoGVZAPw,1412
|
29
|
-
artefacts_cli-0.9.
|
30
|
-
artefacts_cli-0.9.
|
31
|
-
artefacts_cli-0.9.
|
32
|
-
artefacts_cli-0.9.
|
33
|
-
artefacts_cli-0.9.
|
29
|
+
artefacts_cli-0.9.3.dist-info/METADATA,sha256=gB2HvDtAH_nuZ9BSIHwgpg-FXX-34G0JMaeq8stHx58,3529
|
30
|
+
artefacts_cli-0.9.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
31
|
+
artefacts_cli-0.9.3.dist-info/entry_points.txt,sha256=nlTXRzilNjccbi53FgaRWCQPkG-pv61HRkaCkrKjlec,58
|
32
|
+
artefacts_cli-0.9.3.dist-info/top_level.txt,sha256=FdaMV1C9m36MWa-2Stm5xVODv7hss_nRYNwR83j_7ow,10
|
33
|
+
artefacts_cli-0.9.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|