diff --git a/tools/mkdocs/generator.py b/tools/mkdocs/generator.py index ceaa900..d9799b7 100644 --- a/tools/mkdocs/generator.py +++ b/tools/mkdocs/generator.py @@ -146,7 +146,6 @@ class Cluster: self.galaxie = galaxie self.related_clusters = [] - global public_clusters_dict if self.galaxie: public_clusters_dict[self.uuid] = self.galaxie @@ -487,6 +486,7 @@ def create_statistics(cluster_dict): return statistic_output + def get_deprecated_galaxy_files(): deprecated_galaxy_files = [] for f in os.listdir(GALAXY_PATH):