From bd5701221379c6d55a5197b633289e7280c47fa1 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA <26926959+RussTreadon-NOAA@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:22:51 -0500 Subject: [PATCH] make bufr2ioda_subpfl_argo_profiles.py an executable file (#795) @emilyhcliu found that permission restrictions on `bufr2ioda_subpfl_argo_profiles.py` prevent it from being executed. [`feature/chmod`](https://github.com/NOAA-EMC/GDASApp/tree/feature/chmod) was created and the file permissions changed so that `bufr2ioda_subpfl_argo_profiles.py` is executable. Fixes #788 --- ush/ioda/bufr2ioda/bufr2ioda_subpfl_argo_profiles.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 ush/ioda/bufr2ioda/bufr2ioda_subpfl_argo_profiles.py diff --git a/ush/ioda/bufr2ioda/bufr2ioda_subpfl_argo_profiles.py b/ush/ioda/bufr2ioda/bufr2ioda_subpfl_argo_profiles.py old mode 100644 new mode 100755