Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Sep 22, 2024
1 parent 8550ecb commit 739cb40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ def save_key_value_buckets_process(lock, global_counter, vals):
Error:%s "
% (global_counter.value, str(e))
)
raise e
#raise e
if wrong_keys.get(resource_table):
wrong_keys[resource_table] = wrong_keys[resource_table].append(key)
else:
Expand Down

0 comments on commit 739cb40

Please sign in to comment.