From ed60120cefe8eea13d0f2f462101d99303a736a6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 26 Oct 2018 18:19:19 +0200 Subject: [PATCH] Remove executable bit from indexer.py Now it is run as a Python module. --- dspace_statistics_api/indexer.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 dspace_statistics_api/indexer.py diff --git a/dspace_statistics_api/indexer.py b/dspace_statistics_api/indexer.py old mode 100755 new mode 100644