Skip to content

Commit

Permalink
[fix] Fixed to update jpnic_handle.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoneyan committed Aug 13, 2023
1 parent e1a6dce commit 05e36c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jpnic_admin/resource/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def update_latest_data(self, handles=None):
)
handle_update_lists = []

if not handles:
if handles:
for base_handle in base_handle_lists:
is_exists = False
for input_handle in handles:
Expand Down

0 comments on commit 05e36c7

Please sign in to comment.