We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ff499 commit 02d84cdCopy full SHA for 02d84cd
ibpc_py/src/ibpc/ibpc.py
@@ -171,8 +171,8 @@ def main():
171
"extension_blacklist": {},
172
"operating_mode": OPERATIONS_NON_INTERACTIVE,
173
"env": [
174
- [f"BOP_PATH:/opt/ros/underlay/install/datasets/{args_dict['dataset']}"],
175
- [f"DATASET_NAME:{args_dict['dataset']}"],
+ [f"BOP_PATH=/opt/ros/underlay/install/datasets/{args_dict['dataset']}"],
+ [f"DATASET_NAME={args_dict['dataset']}"],
176
],
177
"console_output_file": "ibpc_test_output.log",
178
"volume": [
0 commit comments