Skip to content

Commit

Permalink
fix wording in cal file comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Mar 28, 2024
1 parent beef855 commit 6da59db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensor/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
os.environ["ONBOARD_CALIBRATION_FILE"] = ONBOARD_CALIBRATION_FILE

# Sensor calibration file; should be provided manually. Will not be
# overwritten when calibration actions.
# overwritten by calibration actions.
if path.exists(sensor_cal_path := path.join(CONFIG_DIR, "sensor_calibration.json")):
SENSOR_CALIBRATION_FILE = sensor_cal_path
else:
Expand Down

0 comments on commit 6da59db

Please sign in to comment.