Repository: climate Updated Branches: refs/heads/master 29f6655cd -> a63049bfb
updating title and organizarion name for CLI app Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/21faafdf Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/21faafdf Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/21faafdf Branch: refs/heads/master Commit: 21faafdfe6e94af5657b72fa269c3071f02aa6c7 Parents: 29f6655 Author: Maziyar Boustani <[email protected]> Authored: Thu Sep 3 14:25:12 2015 -0700 Committer: Maziyar Boustani <[email protected]> Committed: Thu Sep 3 14:25:12 2015 -0700 ---------------------------------------------------------------------- ocw-cli/cli_app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/21faafdf/ocw-cli/cli_app.py ---------------------------------------------------------------------- diff --git a/ocw-cli/cli_app.py b/ocw-cli/cli_app.py index 5f07c0d..5f622d4 100644 --- a/ocw-cli/cli_app.py +++ b/ocw-cli/cli_app.py @@ -1412,8 +1412,8 @@ def main_menu(model_datasets, models_info, observation_datasets, observations_in if __name__ == '__main__': - TITLE = "Project Name" - ORGANIZATION = "Organization Name" + TITLE = "RCMES CLI" + ORGANIZATION = "JPL/NASA - JIFRESSE/UCLA" screen = curses.initscr() model_datasets = [] #list of model dataset objects models_info = [] #list of dictionaries that contain information for each model
