educational-technology-collective / morf

The MOOC Replication Framework (MORF)
MIT License
16 stars 7 forks source link

Don't assume newline at end of server.config and client.config #21

Open jpgard opened 6 years ago

jpgard commented 6 years ago

Currently, if there is no newline present at end of server.config, when the config files are combined this results in an error. The combine_config_files() function should NOT assume the presence of a newline in each file, and should instead check/add it if it does not exist.