| Age | Commit message (Collapse) | Author |
|
Fix the code to avoid using global variables holding configuration
variables to avoid the failures caused by action-at-a-distance effects
due to change of a value elsewhere.
This way, all code consistently receives the same configuration values
passed on from callers.
We pass on the following configuration settings:
* TMPDIR
* SQL_URI
* TEXTDIR
|
|
|
|
|
|
The downstream functions seem to expect a tuple of tuples of floats.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add `read_file(file_path)` utility function to streamline file reading.
* Updated `run_process()` to return log contents instead of just the log file path.
|
|
|
|
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|