Ensure `sym` arg is a `str`

windows_fixes_yo
Tyler Goodlet 2022-02-01 15:19:00 -05:00
parent dfe4473c9a
commit b81209e78e
1 changed files with 1 additions and 0 deletions

View File

@ -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`