sonelu / roboglia

Robotics framework
GNU General Public License v3.0
0 stars 1 forks source link

[BUG] Remove use of ``reg_name`` in dynamixel.sync #72

Closed sonelu closed 4 years ago

sonelu commented 4 years ago

Describe the bug at line 69 in dynamixel/sync.py:

logger.debug(f'[sync write {self.name}] for register ' f'{reg_name}, result: {error}')

we no longer have the reg_name there.

Was picked up by code factor

To Reproduce

Expected behavior remove that reference as it will be showing the last value from the for loop above and it is pointless.

Screenshots

Desktop (please complete the following information):

Additional context