Skip to content
Snippets Groups Projects
Commit def87435 authored by Lukas Müller's avatar Lukas Müller
Browse files

Started on graph.py restructuring (in graph2.py)

Former-commit-id: 70817bdafa57a9c39de68d46967414519c5714f8
parent dea3234b
No related branches found
No related tags found
No related merge requests found
Pipeline #192606 canceled
......@@ -52,6 +52,7 @@ from pyKADMOS.packages.D3_vispack import D3_vispack as D3vp
 
# Setting up logger
logger = logging.getLogger(__name__)
# Setting up KADMOS file types and the corresponding extensions
file_types = ['cmdows', 'kdms', 'graphml']
file_extensions = ['xml', 'kdms', 'graphml']
 
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment