Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
(DiamondLightSource/dodal#487) Pretty print more params
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed May 16, 2024
1 parent 80a6f76 commit 2c13ecd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def create_parameters_for_grid_detection(
del params_json["tip_offset_um"]
grid_detect_and_xray_centre = GridScanWithEdgeDetect(**params_json)
LOGGER.info(
f"Parameters for grid detect and xray centre: {grid_detect_and_xray_centre}"
f"Parameters for grid detect and xray centre: {grid_detect_and_xray_centre.json(indent=2)}"
)
return grid_detect_and_xray_centre

Expand Down

0 comments on commit 2c13ecd

Please sign in to comment.