Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cee1ad72 authored by GUILLEMOT Alexandre's avatar GUILLEMOT Alexandre
Browse files

Merge branch 'master' into issac_2025

parents 14abc20a 152dee77
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ def degrees(data):
for auxi_i in auxi:
if "sumpowlin" in auxi_i:
res = auxi_i.split("-")
return [int(res[2]) for _ in range(int(res[1]))]
return [int(res[-2]) for _ in range(int(res[-3]))]
if not data_path.exists():
return [-1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment