changed logstring

This commit is contained in:
sanjayk03-dev
2025-06-10 23:10:34 +05:30
parent d1e3f8c7d0
commit f567a9c772

View File

@@ -647,8 +647,8 @@ class RotaryHandler(bbctrl.APIHandler):
return motors_backup return motors_backup
except Exception as e: except Exception as e:
log.error(f"Failed to populate motors-backup: {str(e)}") log.error("Failed to populate motors-backup: {}".format(str(e)))
raise ValueError(f"Failed to populate motors-backup: {str(e)}") raise ValueError("Failed to populate motors-backup: {}".format(str(e)))
def put_ok(self): def put_ok(self):
try: try: