noraeisner / LATTE

Lightcurve Analysis Tool for Transiting Exoplanet
GNU Lesser General Public License v3.0
39 stars 10 forks source link

[LATTE-dev] repeatedly asks for data path upon start up #20

Closed orionlee closed 4 years ago

orionlee commented 4 years ago

In LATTE-dev branch, it always asks about the path to save the files, even though I have specified it in previous run.

$python -m LATTE
Downloading https://hpiers.obspm.fr/iers/bul/bulc/Leap_Second.dat
|===========================================| 1.3k/1.3k (100.00%)         0s

 Please enter a path to save the files (e.g. ./LATTE_output or /Users/yourname/Desktop/LATTE_output) :
orionlee commented 4 years ago

Hmm, somehow it does not happen anymore. I'll leave the issue open for now, and close it if I don't encounter the issue after more trial.

orionlee commented 4 years ago

Closing. It happened because of #21: The _config.txt was checked in the repository. At times my local setting in the modified _config.txt was overwritten when I switched branch / commits.