fix
This commit is contained in:
parent
3ec9c7d8d6
commit
60c4fc2ea5
@ -885,9 +885,9 @@ class oldUtils:
|
|||||||
only_in_old_item = [item for item in old_item if item not in new_item]
|
only_in_old_item = [item for item in old_item if item not in new_item]
|
||||||
in_new_item_and_old_item = [item for item in new_item if item in old_item]
|
in_new_item_and_old_item = [item for item in new_item if item in old_item]
|
||||||
|
|
||||||
print(f"只在new_item中: {only_in_new_item}")
|
logging.debug(f"只在new_item中: {only_in_new_item}")
|
||||||
print(f"只在old_item中: {only_in_old_item}")
|
logging.debug(f"只在old_item中: {only_in_old_item}")
|
||||||
print(f"在new_item和old_item中都有: {in_new_item_and_old_item}")
|
logging.debug(f"在new_item和old_item中都有: {in_new_item_and_old_item}")
|
||||||
|
|
||||||
|
|
||||||
def move_file():
|
def move_file():
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user