From fb06cfaa7adc95a70f79b601bda3020e9a1f4a65 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 4 Nov 2024 00:00:00 +0100 Subject: [PATCH] Fix file permissions test_exceptions.py was executable, but shouldn't be and has no reason to be --- intelmq/tests/lib/test_exceptions.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 intelmq/tests/lib/test_exceptions.py diff --git a/intelmq/tests/lib/test_exceptions.py b/intelmq/tests/lib/test_exceptions.py old mode 100755 new mode 100644