Re: [Sikuli-driver] [Question #697271]: Release file created with the setLogFile() function

2021-06-01 Thread TestMechanic
Question #697271 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697271 Status: Open => Answered TestMechanic proposed the following answer: You need to use different approach since yours is not technically correct. You can just archive file after sikuli script is done.

Re: [Sikuli-driver] [Question #697271]: Release file created with the setLogFile() function

2021-05-27 Thread CDT
Question #697271 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697271 Status: Needs information => Open CDT gave more information on the question: I'm on Version 2.0.4 This is my scenario: At the start of the script I create a log dir, all assets are the written to

Re: [Sikuli-driver] [Question #697271]: Release file created with the setLogFile() function

2021-05-27 Thread RaiMan
Question #697271 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/697271 Status: Open => Needs information RaiMan requested more information: I have to check, but I do not think it is possible in the moment. SikuliX version? -- You received this question notification

[Sikuli-driver] [Question #697271]: Release file created with the setLogFile() function

2021-05-27 Thread CDT
New question #697271 on SikuliX: https://answers.launchpad.net/sikuli/+question/697271 When using the setLogFile() function, the file is held by sikuli until the Sikuli IDE is closed, or another script is run. Is there a way to force sikuli to release the file? Similar to the .close() function