Fixed SonarQube code smell Replace the unused local variable with '_'.

This commit is contained in:
Akshay Joshi
2024-01-24 18:33:43 +05:30
parent 47aa070cc3
commit 0e0cbc40b8
76 changed files with 4983 additions and 4998 deletions

View File

@@ -282,7 +282,7 @@ def save_pref(data):
and data['value'].isspace():
data['value'] = ''
res, msg = Preferences.save_cli(
res, _ = Preferences.save_cli(
data['mid'], data['category_id'], data['id'], data['user_id'],
data['value'])