Skip to content

Commit

Permalink
Message style
Browse files Browse the repository at this point in the history
  • Loading branch information
dnowacki-usgs committed Apr 16, 2024
1 parent 59ae3a6 commit 58b54bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stglib/vec/cdf2nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def set_orientation(VEL, T):
headtype = VEL.attrs["VECHeadSerialNumber"][0:3]

print(
f"Instrument reported {headtype} case with orientation status code {sc} = z-axis positive {scname} at middle of deployment"
f"Instrument reported {headtype} case with orientation status code {sc} -> z-axis positive {scname} at middle of deployment"
)

if userorient == "UP":
Expand Down

0 comments on commit 58b54bb

Please sign in to comment.