0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 19:22:40 +00:00

Add integrations/cloud-notifications to cleanup ()

This commit is contained in:
Fotis Voutsas 2023-10-03 13:24:12 +03:00 committed by GitHub
parent 20767d9cd2
commit cca899db4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,9 @@ def cleanup():
for element in Path("exporting").glob('**/*/'):
if "integrations" in str(element):
shutil.rmtree(element)
for element in Path("integrations/cloud-notifications").glob('**/*/'):
if "integrations" in str(element):
shutil.rmtree(element)
def generate_category_from_name(category_fragment, category_array):