diff --git a/piker/fsp/_api.py b/piker/fsp/_api.py index f2c7cdc8..30a00633 100644 --- a/piker/fsp/_api.py +++ b/piker/fsp/_api.py @@ -143,6 +143,7 @@ def maybe_mk_fsp_shm( exists, otherwise load the shm already existing for that token. ''' + assert isinstance(sym, str), '`sym` should be file-name-friendly `str`' uid = tractor.current_actor().uid # TODO: load output types from `Fsp`