Skip to content
Snippets Groups Projects
Commit d56d6820 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Correct colour for the SF communication tasks in the dependency graph script.

parent 515007da
No related branches found
No related tags found
1 merge request!805Communication tasks for on-the-fly star formation
...@@ -162,7 +162,7 @@ def taskIsStars(name): ...@@ -162,7 +162,7 @@ def taskIsStars(name):
""" """
if "stars" in name or "spart" in name: if "stars" in name or "spart" in name:
return True return True
if "sf_counts" in name: if "sf_count" in name:
return True return True
return False return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment