From 7fb2d08e1af90b27944ecf7d766348565ac9bf0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loraine=20Gu=C3=A9guen?= <loraine-gueguen@users.noreply.github.com> Date: Mon, 29 Mar 2021 18:11:39 +0200 Subject: [PATCH] make python scripts executable --- gga_get_data.py | 0 gga_init.py | 0 gga_load_data.py | 0 run_workflow_phaeoexplorer.py | 0 speciesData.py | 0 utilities.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 gga_get_data.py mode change 100644 => 100755 gga_init.py mode change 100644 => 100755 gga_load_data.py mode change 100644 => 100755 run_workflow_phaeoexplorer.py mode change 100644 => 100755 speciesData.py mode change 100644 => 100755 utilities.py diff --git a/gga_get_data.py b/gga_get_data.py old mode 100644 new mode 100755 diff --git a/gga_init.py b/gga_init.py old mode 100644 new mode 100755 diff --git a/gga_load_data.py b/gga_load_data.py old mode 100644 new mode 100755 diff --git a/run_workflow_phaeoexplorer.py b/run_workflow_phaeoexplorer.py old mode 100644 new mode 100755 diff --git a/speciesData.py b/speciesData.py old mode 100644 new mode 100755 diff --git a/utilities.py b/utilities.py old mode 100644 new mode 100755 -- GitLab