anduril run shows tmp/random file name for script location
Issue #18
resolved
Example:
[lowSamples INFO] Executing lowSamples (tools.TableQuery) (tmpaBjNrb.scala:81)
- replace random string with actual original script file name
- e.g. use [scriptname].[PID].scala as the file name. it's always unique
Comments (2)
-
-
reporter - changed status to resolved
confirmed
- Log in to comment
Fixed by creating a temporary directory under /tmp and using the real Scala file name there.