diff --git a/bin/extract_galaxy_tools.py b/bin/extract_galaxy_tools.py index 82ffc8eb..3825c1b6 100644 --- a/bin/extract_galaxy_tools.py +++ b/bin/extract_galaxy_tools.py @@ -138,7 +138,7 @@ def check_categories(ts_categories, ts_cat): return True if not ts_categories: return False - ts_cats = ts_categories.split(", ") + ts_cats = ts_categories.split(", ") return bool(set(ts_cat) & set(ts_cats))