anduril run shows tmp/random file name for script location

Issue #18 resolved
Ville Rantanen created an issue

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)

  1. Kristian Ovaska

    Fixed by creating a temporary directory under /tmp and using the real Scala file name there.

  2. Log in to comment