R Report Error | Will Holtz | 2018-06-08 10:39 |
Status: Closed | ||
Hi Marcia, If the last line of your script does not remove any files (because nothing matches your file globs), then that system() command will return 1. I'm guessing this results in the exit code for the whole script to be 1, and this gets interpreted as an error. You could try appending system('echo') to the end of your script and see if the behavior changes. -Wil |
||