[LPD] [Correct] Don't pass default snapshot_at=None to calibration_client
Description
The name of this parameter is changing to pdu_snapshot_at
(ITDM/calibration_client!57), which will break the current code. Since we're passing None and that's the default anyway, the easy fix is not to pass it at all.
How Has This Been Tested?
It hasn't been tested (Maxwell is down), but it should be clear that it won't change any behaviour - snapshot_at
is None either way.
Types of changes
- Bug fix (non-breaking change which fixes an issue)
Checklist:
- My code follows the code style of this project.
Reviewers
Merge request reports
Activity
Filter activity
mentioned in commit 421ad27a
changed milestone to %3.8.0
mentioned in merge request !786 (merged)
mentioned in merge request !787 (merged)
Please register or sign in to reply