ESGF / esgf-prepare

Toolbox preparing your data for ESGF publication
http://esgf.github.io/esgf-prepare/
1 stars 7 forks source link

esgfetchini doesn't write to /esg/config/esgcet in 2.9.0 #39

Closed sashakames closed 6 years ago

sashakames commented 6 years ago

This error occurs during ESGF node installation:

[1;91m:: WARNING :: [0m[1mCannot use "/esg/config/esgcet/esg.ini" (OSError 17: File exists) -- Use "/usr/local/src/esgf/workbench/esg/esg-publisher" instead. [0m [1;91m:: WARNING :: [0m[1m/usr/local/src/esgf/workbench/esg/esg-publisher/ini created[0m

Files should be written to /esg/config/esgcet

If I run it manually, it works fine.

glevava commented 6 years ago

What is the command-line used during ESGF node installation?

sashakames commented 6 years ago

Run in esgsetup with subprocess: subprocess.call(["esgfetchini", "-k"])