sousasag / ARES

ARES - Automatic Routine for line Equivalent widths in stellar Spectra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove plotdir

DanielAndreasen opened this issue · comments

I have problems with removal of plotdir.

I'm getting the following error:

tar: plotdir/*.dat: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
tar: plotdir/*.png: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors

The code runs, but it is annoying to look at the output. Is it possible to check if files exist before removing them? And should plotdir even be created when plots_flag=0?

Done.

Forgot to fix that in the last change of ARES. Thanks.

Thank you, it works. Fixed with commit c4d86eb (<-- some cool github stuff).