Skip to content

Commit

Permalink
fix get_map
Browse files Browse the repository at this point in the history
  • Loading branch information
xgui3783 committed Oct 4, 2024
1 parent 69f1dad commit a771984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server/volumes/parcellationmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_siibra_map(parcellation_id: str, space_id: str, map_type: MapType, name
"""Get map according to specification"""
if func is None:
raise HTTPException(500, f"func: None passsed")
return func(parcellation_id, space_id, map_type, name)
return func(parcellation_id, space_id, map_type)


# still use the old worker. New worker not stable (?)
Expand Down

0 comments on commit a771984

Please sign in to comment.