Bug in `op` function behavior when op path trails with tab

TD2023.32139

op('/project1 ‘) ← path trailed with space → returns /project1
op(’/project1 ') ← path trailed with tab (could not add a tab here tho) → returns None

This behavior is inconsistent with current live TD version, and this issue can easily be encountered when constructing an op reference from a single-cell Table DAT’s .text method

Hi @function.store,

thanks for reporting this. Confirmed and we are having a look

cheers
Markus

1 Like

Hi @function.store,

this will be fixed in an upcoming build.

cheers
Markus