debugging :)

This commit is contained in:
gsell 2023-08-23 11:39:46 +02:00
parent 80c2e3f2ea
commit c8b0c46b7f

View File

@ -102,7 +102,7 @@ def db_check_diff(current_pmodule_state, Pmodules_db_path, Pmodules_states):
)
old_db = set(" ".join(i.split()) for i in old_pmodule_state.splitlines())
all_module_list = list(current_db)
print(all_module_list)
print(all_module_list)
all_module_list = sorted(all_module_list)
# We have to check the differences between the pmodule states.