att / rcloud

Collaborative data analysis and visualization
http://rcloud.social
MIT License
430 stars 142 forks source link

`rcloud.execute.asset()` fails for non-registered drivers #2645

Closed s-u closed 5 years ago

s-u commented 5 years ago

rcloud.execute.asset() is supposed to fall back to direct script execution if the driver (as determined by the extension) is not registered, but the path that is supposed to make the script executable is never taken due to is.null() vs "" in the check and thus always fails to execute.