Skip to content

Commit edfb058

Browse files
committed
Added default options to the description of 'flip_gain'
1 parent bde9c95 commit edfb058

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/murfey/util/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ class MachineConfig(BaseModel, extra=Extra.allow): # type: ignore
6767
flip_gain: Literal["x", "y", ""] = Field(
6868
default="",
6969
description=(
70-
"State if the gain reference needs to be flipped along a specific axis."
70+
"State if the gain reference needs to be flipped along a specific axis. "
71+
"Options are 'x', 'y', or ''."
7172
),
7273
# NOTE: This is a placeholder for a key that will be implemented in the future
7374
)

0 commit comments

Comments
 (0)