From 45672f496dd73e2e52b9fa1d9740dce959fbd711 Mon Sep 17 00:00:00 2001 From: Malte Schwerhoff Date: Tue, 5 May 2020 14:37:36 +0200 Subject: [PATCH] cluster.py: added todo --- mossutils/cluster.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mossutils/cluster.py b/mossutils/cluster.py index 3fd82c0..90ddb90 100644 --- a/mossutils/cluster.py +++ b/mossutils/cluster.py @@ -16,6 +16,8 @@ from .utils import logging as logutils ## in the CX export. This information would already be enough to generate ## e-mails afterwards. ## aggr.py would then be optional, if a more detailed cluster report is desired. +## +## TODO: Generate DOT, SVG and CSV files in a subdirectory, e.g. "_clusters" DEFAULT_RESULTS_CSV_FILE="moss-report.csv" DEFAULT_TOTAL_GRAPH_DOT_FILE="moss-report.dot" -- GitLab