Skip to content
Snippets Groups Projects
Commit 186ea5fe authored by Alán Muñoz's avatar Alán Muñoz
Browse files

add return

Former-commit-id: 19c8b698f442d3570068fe17f59b7b4fa1a86f0d
parent 5cf5cc39
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class Signals:
def _if_ext_or_post(name):
if name.startswith("extraction") or name.startswith("postprocessing"):
if len(name.split("/")) > 3:
print(name)
return name
@property
def branches(self):
......
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