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 8929233 commit a35e705Copy full SHA for a35e705
ibpc_tester/ibpc_tester/ibpc_tester.py
@@ -189,7 +189,7 @@ def main(argv=sys.argv):
189
output_filepath = (output_dir / output_filename).resolve()
190
except Exception as e:
191
print(f"Error creating filepath: {e}")
192
- output_filepath = filename
+ output_filepath = output_filename
193
node.get_logger().info(f"Submission results will be written to {output_filepath}.")
194
195
debug_cam_1 = None
0 commit comments