fusion-flap / flap

Fusion Library of Analysis Programs
MIT License
11 stars 5 forks source link

Warning at 'import flap' #42

Closed thelampire closed 5 years ago

thelampire commented 5 years ago

This warning is displayed all the time, when flap is imported but not flap_defaults.cfg is present: 'Warning: could not read configuration file.' I think this should be more intuitive, something like: "Warning: flap_defaults.cfg is not present. Please provide a configuration file with flap.config.read(filename=filename)".

sandorzoletnik commented 5 years ago

Done, you get this message: Warning: could not read configuration file flap_defaults.cfg. Default location of configuration file is working directory.