File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -135,9 +135,7 @@ def end(interrupted: bool):
135
135
self .mechanism .subsystem .runOnce (timer .restart )
136
136
.andThen (self .mechanism .subsystem .run (execute ))
137
137
.finallyDo (end )
138
- .withName (
139
- f"sysid-{ SysIdRoutineLog .stateEnumToString (state )} -{ self .mechanism .name } "
140
- )
138
+ .withName (f"sysid-{ state } -{ self .mechanism .name } " )
141
139
.withTimeout (self .config .timeout )
142
140
)
143
141
@@ -174,8 +172,6 @@ def end(interrupted: bool):
174
172
self .mechanism .subsystem .runOnce (command )
175
173
.andThen (self .mechanism .subsystem .run (execute ))
176
174
.finallyDo (end )
177
- .withName (
178
- f"sysid-{ SysIdRoutineLog .stateEnumToString (state )} -{ self .mechanism .name } "
179
- )
175
+ .withName (f"sysid-{ state } -{ self .mechanism .name } " )
180
176
.withTimeout (self .config .timeout )
181
177
)
Original file line number Diff line number Diff line change 13
13
package_data = {"commands2" : ["py.typed" ]},
14
14
packages = ["commands2" ],
15
15
install_requires = [
16
- "wpilib<2025,>=2024.2.1.2 " ,
16
+ "wpilib<2025,>=2024.3.1 " ,
17
17
"typing_extensions>=4.1.0,<5" ,
18
18
],
19
19
license = "BSD-3-Clause" ,
You can’t perform that action at this time.
0 commit comments