Add the actual output directory path to the error message "Omicron::MakeDirectories: the output directory cannot be created"
-
- To help investigating the long-standing mysterious error
Omicron::MakeDirectories: the output directory cannot be created
could you help differenciating the error messages https://git.ligo.org/virgo/virgoapp/Omicron/-/blob/master/src/Oomicron.cc#L188-189 and https://git.ligo.org/virgo/virgoapp/Omicron/-/blob/master/src/Oomicron.cc#L199-200 (which look identical to me) by adding the actual path of the directory to be created? maindir
on line https://git.ligo.org/virgo/virgoapp/Omicron/-/blob/master/src/Oomicron.cc#L188 and outdir[c]
on line https://git.ligo.org/virgo/virgoapp/Omicron/-/blob/master/src/Oomicron.cc#L199 respectively.
-
Could you also retry a few times creating the directory (possibly after a sleep of a few seconds!?) in case of a failure? -
Also, would it be possible to create the channel directories one by one as Omicron processes the channels sequentially? And not all in a row as currently done on lines https://git.ligo.org/virgo/virgoapp/Omicron/-/blob/master/src/Oomicron.cc#L194-203?