wee lee Posted March 6, 2019 Share Posted March 6, 2019 Hi, When executing python data function (1.2.1), lots temporary files are generated in os's temp folder. For example, tmpB698.stdf Python_Data_Function.py tmpB6A9.py tmpB6A9.tmp etc. All these files are kept there even if python data function is finished and spotfire is closed. It consumes lots of disk space if input/output data are large. Best regards, Wei Li Link to comment Share on other sites More sharing options...
Andreas Laestadius Posted June 27, 2019 Share Posted June 27, 2019 Hi Wei, The tempfiles will be deleted when the garbage collector runs, so if it gets to run properly the files will also be deleted when the object disposes. Hope this helps, Andreas Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now