If we execute from ./apps directory, the program give an error because the path in the setting already have a "./apps/ sub-directoie
If we execute from ./bugtracket, the program is not able to find "./bugtracker.json" in
config = bugtracker.config.load("./bugtracker.json")
I temporary correct the problem with:
download_dir = "../" + config['input_dirs']['nexrad']