testing
This commit is contained in:
@@ -159,10 +159,10 @@ def print_pmodules_differences(
|
||||
deleted_module_list_no_state = []
|
||||
for state in Pmodules_states:
|
||||
new_module_list_no_state = [
|
||||
diff.replace(state, ".*") for diff in new_module_list
|
||||
diff.replace(state, " .*") for diff in new_module_list
|
||||
]
|
||||
deleted_module_list_no_state = [
|
||||
diff.replace(state, ".*") for diff in deleted_module_list
|
||||
diff.replace(state, " .*") for diff in deleted_module_list
|
||||
]
|
||||
|
||||
# Check if the state of the module is the only thing that changed
|
||||
|
||||
Reference in New Issue
Block a user