Skip to content

Commit f8f4f6c

Browse files
committed
python: Fix compatibility with older python versions
1 parent 16af9a2 commit f8f4f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/python/moteus/moteus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ async def move_to(
14481448
result = result_by_id.get(norm['c'].id)
14491449
if result is None or Register.POSITION not in result.values:
14501450
raise RuntimeError(
1451-
f'Could not retrieve current position for {norm['c']}')
1451+
f'Could not retrieve current position for {norm["c"]}')
14521452

14531453
current_pos = result.values.get(Register.POSITION)
14541454

0 commit comments

Comments
 (0)