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
|
||||
|
@ -43,7 +43,7 @@ def main():
|
||||
|
||||
# Global variables
|
||||
Pmodules_db_path = "/opt/psi/var/cache/pmodules_db/"
|
||||
Pmodules_states = ["deprecated", "stable", "unstable"]
|
||||
Pmodules_states = [" deprecated", " stable", " unstable"]
|
||||
|
||||
# Main search to analyse
|
||||
module_cmd = (
|
||||
|
Reference in New Issue
Block a user